HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

uvcdynctrl — Manage dynamic controls in uvcvideo. More information: <https://manned.org/uvcdynctrl>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
dynamiccommandcontrolsclimanageuvcvideomoreuvcdynctrl
linux

Problem

How to use the uvcdynctrl command: Manage dynamic controls in uvcvideo. More information: <https://manned.org/uvcdynctrl>.

Solution

uvcdynctrl — 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}}

Code Snippets

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}}

Context

tldr-pages: linux/uvcdynctrl

Revisions (0)

No revisions yet.