Skip to content

Instantly share code, notes, and snippets.

@paolobarbolini
Last active April 28, 2023 13:40
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save paolobarbolini/01bee1fe55ddfcdf690d3e8c1876229a to your computer and use it in GitHub Desktop.
Save paolobarbolini/01bee1fe55ddfcdf690d3e8c1876229a to your computer and use it in GitHub Desktop.
My Logitech C920 configuration via v4l2-ctl
# 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