mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 08:02:08 +02:00
cam: add page (#10526)
* cam: add page --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
parent
3c578d74ec
commit
c466a99890
1 changed files with 20 additions and 0 deletions
20
pages/linux/cam.md
Normal file
20
pages/linux/cam.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue