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 /README.md | |
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 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +# camlet + +Camlet is a picture-taking application for Linux. +It features + +- Reasonably good performance +- Proper handling of disconnecting/reconnecting devices, including the ability to prioritize some cameras over others +- JPEG and PNG output +- Full selection of resolutions available from camera +- Remembers settings across program launches + # Building from source camlet requires meson-build, a C compiler, and the development libraries |