2019-10-19 23:48:30 +08:00
|
|
|
# uvcdynctrl
|
|
|
|
|
2021-05-20 16:13:41 -04:00
|
|
|
> A libwebcam command-line tool to manage dynamic controls in uvcvideo.
|
2022-03-22 03:07:48 +10:00
|
|
|
> More information: <https://manned.org/uvcdynctrl>.
|
2019-10-19 23:48:30 +08:00
|
|
|
|
|
|
|
- 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:
|
|
|
|
|
2020-05-22 14:31:24 +02:00
|
|
|
`uvcdynctrl -W {{filename}}`
|
2019-10-19 23:48:30 +08:00
|
|
|
|
|
|
|
- Load the state of the controls from a file:
|
|
|
|
|
2020-05-22 14:31:24 +02:00
|
|
|
`uvcdynctrl -L {{filename}}`
|