diff options
author | pommicket <pommicket@gmail.com> | 2025-02-20 12:52:09 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-02-20 12:59:18 -0500 |
commit | d71ba7564afef063db8ed9ff1011415d96c921fe (patch) | |
tree | 51b54bea3ca2f70c5f59b18e026f7de35405ae15 /main.c | |
parent | ac07499111c726c34bf2b9eab3d348e2fc591b63 (diff) |
cleanup, add more pixfmt to string conversions
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,9 +1,11 @@ /* TODO -add support for more pixfmts +-adjustable camera framerate -view previous pictures (thumbnails) -click in menus -left/right in resolution menu +-save/restore settings */ #define _GNU_SOURCE #include <stdio.h> @@ -522,7 +524,6 @@ void main() {\n\ goto cont; } if (status) break; - printf("---%s\n",devnode); cameras_from_device(devnode, serial, &state->cameras); } cont: |