mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-01 06:42:16 +00:00
26 lines
565 B
Plaintext
26 lines
565 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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]}}`
|