1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/uvcdynctrl.md

33 lines
745 B
Markdown
Raw Normal View History

2019-10-19 23:48:30 +08:00
# uvcdynctrl
> A libwebcam command-line tool to manage dynamic controls in uvcvideo.
> More information: <https://manned.org/uvcdynctrl>.
2019-10-19 23:48:30 +08:00
- List all available cameras:
`uvcdynctrl {{[-l|--list]}}`
2019-10-19 23:48:30 +08:00
- Use a specific device (defaults to `video0`):
2019-10-19 23:48:30 +08:00
`uvcdynctrl {{[-d|--device]}} {{device_name}}`
2019-10-19 23:48:30 +08:00
- List available controls:
`uvcdynctrl {{[-c|--clist]}}`
2019-10-19 23:48:30 +08:00
- Set a new control value (for negative values, use `-- -value`):
2019-10-19 23:48:30 +08:00
`uvcdynctrl {{[-s|--set]}} {{control_name}} {{value}}`
2019-10-19 23:48:30 +08:00
- Get the current control value:
`uvcdynctrl {{[-g|--get]}} {{control_name}}`
2019-10-19 23:48:30 +08:00
- Save the state of the current controls to a file:
`uvcdynctrl {{[-W|--save]}} {{filename}}`
2019-10-19 23:48:30 +08:00
- Load the state of the controls from a file:
`uvcdynctrl {{[-L|--load]}} {{filename}}`