2019-10-19 16:48:30 +01:00
|
|
|
# uvcdynctrl
|
|
|
|
|
2021-05-20 21:13:41 +01:00
|
|
|
> A libwebcam command-line tool to manage dynamic controls in uvcvideo.
|
2022-03-21 17:07:48 +00:00
|
|
|
> More information: <https://manned.org/uvcdynctrl>.
|
2019-10-19 16:48:30 +01:00
|
|
|
|
|
|
|
- List all available cameras:
|
|
|
|
|
|
|
|
`uvcdynctrl -l`
|
|
|
|
|
2024-01-24 07:22:18 +00:00
|
|
|
- Use a specific device (defaults to `video0`):
|
2019-10-19 16:48:30 +01:00
|
|
|
|
|
|
|
`uvcdynctrl -d {{device_name}}`
|
|
|
|
|
|
|
|
- List available controls:
|
|
|
|
|
|
|
|
`uvcdynctrl -c`
|
|
|
|
|
2023-11-12 03:08:58 +00:00
|
|
|
- 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:
|
|
|
|
|
2020-05-22 13:31:24 +01:00
|
|
|
`uvcdynctrl -W {{filename}}`
|
2019-10-19 16:48:30 +01:00
|
|
|
|
|
|
|
- Load the state of the controls from a file:
|
|
|
|
|
2020-05-22 13:31:24 +01:00
|
|
|
`uvcdynctrl -L {{filename}}`
|