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:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`uvcdynctrl {{[-l|--list]}}`
|
2019-10-19 23:48:30 +08:00
|
|
|
|
2024-01-24 04:22:18 -03:00
|
|
|
- Use a specific device (defaults to `video0`):
|
2019-10-19 23:48:30 +08:00
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`uvcdynctrl {{[-d|--device]}} {{device_name}}`
|
2019-10-19 23:48:30 +08:00
|
|
|
|
|
|
|
- List available controls:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`uvcdynctrl {{[-c|--clist]}}`
|
2019-10-19 23:48:30 +08:00
|
|
|
|
2023-11-12 04:08:58 +01:00
|
|
|
- Set a new control value (for negative values, use `-- -value`):
|
2019-10-19 23:48:30 +08:00
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`uvcdynctrl {{[-s|--set]}} {{control_name}} {{value}}`
|
2019-10-19 23:48:30 +08:00
|
|
|
|
|
|
|
- Get the current control value:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`uvcdynctrl {{[-g|--get]}} {{control_name}}`
|
2019-10-19 23:48:30 +08:00
|
|
|
|
|
|
|
- Save the state of the current controls to a file:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`uvcdynctrl {{[-W|--save]}} {{filename}}`
|
2019-10-19 23:48:30 +08:00
|
|
|
|
|
|
|
- Load the state of the controls from a file:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`uvcdynctrl {{[-L|--load]}} {{filename}}`
|