mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-21 03:50:55 +00:00
Update cheatsheets
This commit is contained in:
25
linux/cam
Normal file
25
linux/cam
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
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 --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`
|
||||
Reference in New Issue
Block a user