1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 17:02:09 +02:00
tldr/pages/linux/uvcdynctrl.md
bl-ue 8ebd171d6f
*: fix typos reported by Hunspell (#5848)
Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: Seth Falco <seth@falco.fun>
Co-authored-by: Patrice Denis <patricedenis@users.noreply.github.com>
2021-05-20 16:13:41 -04:00

31 lines
613 B
Markdown

# 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 {{filename}}`
- Load the state of the controls from a file:
`uvcdynctrl -L {{filename}}`