mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
uvcdynctrl : add page (#3408)
This commit is contained in:
parent
67619fc957
commit
ecebc82020
1 changed files with 31 additions and 0 deletions
31
pages/linux/uvcdynctrl.md
Normal file
31
pages/linux/uvcdynctrl.md
Normal file
|
@ -0,0 +1,31 @@
|
|||
# uvcdynctrl
|
||||
|
||||
> A libwebcam command line tool to manage dynamic controls in uvcvideo.
|
||||
|
||||
- List all available cameras:
|
||||
|
||||
`uvcdynctrl -l`
|
||||
|
||||
- Specify the device to use (defaults to `video0`):
|
||||
|
||||
`uvcdynctrl -d {{device_name}}`
|
||||
|
||||
- List available controls:
|
||||
|
||||
`uvcdynctrl -c`
|
||||
|
||||
- Set a new control value (for negative values, add -- before {{-value}}):
|
||||
|
||||
`uvcdynctrl -s {{control_name}} {{value}}`
|
||||
|
||||
- Get the current control value:
|
||||
|
||||
`uvcdynctrl -g {{control_name}}`
|
||||
|
||||
- Save the state of the current controls to a file:
|
||||
|
||||
`uvcdynctrl -W {{file_name}}`
|
||||
|
||||
- Load the state of the controls from a file:
|
||||
|
||||
`uvcdynctrl -L {{file_name}}`
|
Loading…
Add table
Reference in a new issue