mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* batch1 * batch2 * batch3 * batch4 * Update matchpathcon.md * Update pages/linux/arecord.md Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> * Update pages/linux/arecord.md Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> * Update pages/linux/arecord.md Co-authored-by: Wiktor Perskawiec <git@spageektti.cc> --------- Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
32 lines
745 B
Markdown
32 lines
745 B
Markdown
# uvcdynctrl
|
|
|
|
> A libwebcam command-line tool to manage dynamic controls in uvcvideo.
|
|
> More information: <https://manned.org/uvcdynctrl>.
|
|
|
|
- List all available cameras:
|
|
|
|
`uvcdynctrl {{[-l|--list]}}`
|
|
|
|
- Use a specific device (defaults to `video0`):
|
|
|
|
`uvcdynctrl {{[-d|--device]}} {{device_name}}`
|
|
|
|
- List available controls:
|
|
|
|
`uvcdynctrl {{[-c|--clist]}}`
|
|
|
|
- Set a new control value (for negative values, use `-- -value`):
|
|
|
|
`uvcdynctrl {{[-s|--set]}} {{control_name}} {{value}}`
|
|
|
|
- Get the current control value:
|
|
|
|
`uvcdynctrl {{[-g|--get]}} {{control_name}}`
|
|
|
|
- Save the state of the current controls to a file:
|
|
|
|
`uvcdynctrl {{[-W|--save]}} {{filename}}`
|
|
|
|
- Load the state of the controls from a file:
|
|
|
|
`uvcdynctrl {{[-L|--load]}} {{filename}}`
|