tldr/pages/linux/uvcdynctrl.md

33 lines
653 B
Markdown
Raw Normal View History

2019-10-19 16:48:30 +01:00
# uvcdynctrl
> A libwebcam command-line tool to manage dynamic controls in uvcvideo.
> More information: <https://manned.org/uvcdynctrl>.
2019-10-19 16:48:30 +01:00
- List all available cameras:
`uvcdynctrl -l`
- Use a specific device (defaults to `video0`):
2019-10-19 16:48:30 +01:00
`uvcdynctrl -d {{device_name}}`
- List available controls:
`uvcdynctrl -c`
- Set a new control value (for negative values, use `-- -value`):
2019-10-19 16:48:30 +01:00
`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}}`
2019-10-19 16:48:30 +01:00
- Load the state of the controls from a file:
`uvcdynctrl -L {{filename}}`