cam: add page (#10526)

* cam: add page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
pull/23/head
Managor 2023-07-24 21:00:47 +03:00 committed by GitHub
parent 3c578d74ec
commit c466a99890
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

20
pages/linux/cam.md Normal file
View 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`