cam
Frontend tool for libcamera. More information: <https://libcamera.org/docs.html>.
Install
- All systems
-
curl cmd.cat/cam.sh
- Debian
-
apt-get install cam
- Ubuntu
-
apt-get install cam
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install cam
- Raspbian
-
apt-get install cam
- Dockerfile
- dockerfile.run/cam
Frontend tool for libcamera. More information: <https://libcamera.org/docs.html>.
-
List available cameras:
cam --list
-
List controls of a camera:
cam --camera camera_index --list-controls
-
Write frames to a folder:
cam --camera camera_index --capture=frames_to_capture --file
-
Display camera feed in a window:
cam --camera camera_index --capture --sdl
© tl;dr; authors and contributors