diff options
author | pommicket <pommicket@gmail.com> | 2025-02-20 21:28:33 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-02-20 21:28:33 -0500 |
commit | f04ae957160a4d425c99b24943e0c4ed7e9fafa0 (patch) | |
tree | 718752aced94af7daabd23bbe4d24acc53527ccd /main.c | |
parent | c699ecca00d30c643171c78fa66dc84c8f7f0966 (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.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |