uvcdynctrl
A libwebcam command-line tool to manage dynamic controls in uvcvideo. More information: <https://manned.org/uvcdynctrl>.
Install
- All systems
-
curl cmd.cat/uvcdynctrl.sh
- Debian
-
apt-get install uvcdynctrl
- Ubuntu
-
apt-get install uvcdynctrl
- Kali Linux
-
apt-get install uvcdynctrl
- Fedora
-
dnf install uvcdynctrl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install uvcdynctrl
- Raspbian
-
apt-get install uvcdynctrl
- Dockerfile
- dockerfile.run/uvcdynctrl
A libwebcam command-line tool to manage dynamic controls in uvcvideo. More information: <https://manned.org/uvcdynctrl>.
-
List all available cameras:
uvcdynctrl -l
-
Specify the device to use (defaults to `video0`):
uvcdynctrl -d device_name
-
List available controls:
uvcdynctrl -c
-
Set a new control value (for negative values, use `-- -value`):
uvcdynctrl -s control_name value
-
Get the current control value:
uvcdynctrl -g control_name
-
Save the state of the current controls to a file:
uvcdynctrl -W filename
-
Load the state of the controls from a file:
uvcdynctrl -L filename
© tl;dr; authors and contributors