1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/cam.md

21 lines
473 B
Markdown
Raw Normal View History

# cam
> Frontend tool for `libcamera`.
> More information: <https://libcamera.org/docs.html>.
- List available cameras:
`cam {{[-l|--list]}}`
- List controls of a camera:
`cam {{[-c|--camera]}} {{camera_index}} --list-controls`
- Write frames to a folder:
`cam {{[-c|--camera]}} {{camera_index}} {{[-C|--capture=]}}{{frames_to_capture}} {{[-F|--file]}}`
- Display camera feed in a window:
`cam {{[-c|--camera]}} {{camera_index}} {{[-C|--capture]}} {{[-S|--sdl]}}`