Last active
April 28, 2023 13:40
-
-
Save paolobarbolini/01bee1fe55ddfcdf690d3e8c1876229a to your computer and use it in GitHub Desktop.
My Logitech C920 configuration via v4l2-ctl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# v4l2-ctl -d /dev/video2 --list-ctrls-menus | |
v4l2-ctl -d /dev/video2 --set-ctrl=sharpness=140 | |
v4l2-ctl -d /dev/video2 --set-ctrl=focus_auto=0 | |
v4l2-ctl -d /dev/video2 --set-ctrl=focus_absolute=10 | |
v4l2-ctl -d /dev/video2 --set-ctrl=power_line_frequency=1 | |
v4l2-ctl -d /dev/video2 --set-ctrl=exposure_auto=1 | |
v4l2-ctl -d /dev/video2 --set-ctrl=exposure_absolute=550 | |
v4l2-ctl -d /dev/video2 --set-ctrl=contrast=130 | |
v4l2-ctl -d /dev/video2 --set-ctrl=saturation=120 | |
v4l2-ctl -d /dev/video2 --set-ctrl=white_balance_temperature_auto=0 | |
v4l2-ctl -d /dev/video2 --set-ctrl=white_balance_temperature=3300 | |
v4l2-ctl -d /dev/video2 --set-ctrl=gain=50 | |
v4l2-ctl -d /dev/video2 --set-ctrl=zoom_absolute=110 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment