summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-02-20 12:52:09 -0500
committerpommicket <pommicket@gmail.com>2025-02-20 12:59:18 -0500
commitd71ba7564afef063db8ed9ff1011415d96c921fe (patch)
tree51b54bea3ca2f70c5f59b18e026f7de35405ae15 /main.c
parentac07499111c726c34bf2b9eab3d348e2fc591b63 (diff)
cleanup, add more pixfmt to string conversions
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.c b/main.c
index 3319ebc..ad1695b 100644
--- a/main.c
+++ b/main.c
@@ -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: