summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-02-20 21:28:33 -0500
committerpommicket <pommicket@gmail.com>2025-02-20 21:28:33 -0500
commitf04ae957160a4d425c99b24943e0c4ed7e9fafa0 (patch)
tree718752aced94af7daabd23bbe4d24acc53527ccd /main.c
parentc699ecca00d30c643171c78fa66dc84c8f7f0966 (diff)
resolved the whole hashing business
turns out my laptop's webcam drivers are different from my desktop's so one calls it "Camera 1" and the other calls it "Input 1"
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/main.c b/main.c
index def990a..44d909b 100644
--- a/main.c
+++ b/main.c
@@ -1,8 +1,10 @@
/*
TODO
--view previous pictures (thumbnails)
+-timer
-video
-adjustable camera framerate
+-configurable picture directory (default ~/Pictures/Webcam)
+-open picture directory
-save/restore settings
*/
#define _GNU_SOURCE