Options (7)
-l, --listbooleanList all available cameras
Example:
uvcdynctrl {{[-l|--list]}}-d, --devicebooleanUse a specific device (defaults to `video0`)
Example:
uvcdynctrl {{[-d|--device]}} {{device_name}}-c, --clistbooleanList available controls
Example:
uvcdynctrl {{[-c|--clist]}}-s, --setbooleanSet a new control value (for negative values, use `-- -value`)
Example:
uvcdynctrl {{[-s|--set]}} {{control_name}} {{value}}-g, --getbooleanGet the current control value
Example:
uvcdynctrl {{[-g|--get]}} {{control_name}}-W, --savebooleanSave the state of the current controls to a file
Example:
uvcdynctrl {{[-W|--save]}} {{filename}}-L, --loadbooleanLoad 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_nameList available controls
uvcdynctrl [-c|--clist]Set a new control value (for negative values, use `-- -value`)
uvcdynctrl [-s|--set] control_name valueGet the current control value
uvcdynctrl [-g|--get] control_nameSave the state of the current controls to a file
uvcdynctrl [-W|--save] filenameLoad the state of the controls from a file
uvcdynctrl [-L|--load] filenamemade by @shridhargupta | data from tldr-pages