commands.sh

uvcdynctrl

linux

Manage dynamic controls in uvcvideo.

More info →

Options (7)

-l, --listboolean

List all available cameras

Example: uvcdynctrl {{[-l|--list]}}
-d, --deviceboolean

Use a specific device (defaults to `video0`)

Example: uvcdynctrl {{[-d|--device]}} {{device_name}}
-c, --clistboolean

List available controls

Example: uvcdynctrl {{[-c|--clist]}}
-s, --setboolean

Set a new control value (for negative values, use `-- -value`)

Example: uvcdynctrl {{[-s|--set]}} {{control_name}} {{value}}
-g, --getboolean

Get the current control value

Example: uvcdynctrl {{[-g|--get]}} {{control_name}}
-W, --saveboolean

Save the state of the current controls to a file

Example: uvcdynctrl {{[-W|--save]}} {{filename}}
-L, --loadboolean

Load the state of the controls from a file

Example: uvcdynctrl {{[-L|--load]}} {{filename}}

Examples (7)

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
made by @shridhargupta | data from tldr-pages