From d71ba7564afef063db8ed9ff1011415d96c921fe Mon Sep 17 00:00:00 2001 From: pommicket Date: Thu, 20 Feb 2025 12:52:09 -0500 Subject: cleanup, add more pixfmt to string conversions --- main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'main.c') 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 @@ -522,7 +524,6 @@ void main() {\n\ goto cont; } if (status) break; - printf("---%s\n",devnode); cameras_from_device(devnode, serial, &state->cameras); } cont: -- cgit v1.2.3