Skip to content

Instantly share code, notes, and snippets.

@fornellas
Last active January 16, 2021 14:50
Show Gist options
  • Save fornellas/b9a00066faf67a34beea529ff2156e46 to your computer and use it in GitHub Desktop.
Save fornellas/b9a00066faf67a34beea529ff2156e46 to your computer and use it in GitHub Desktop.
Disable Logitech C920 autofocus to fix "clicking" issue
SUBSYSTEM=="video4linux", KERNEL=="video[0-9]*", ATTRS{product}=="HD Pro Webcam C920", RUN="/usr/bin/v4l2-ctl -d $devnode --set-ctrl=focus_auto=0" RUN+="/usr/bin/v4l2-ctl -d $devnode --set-ctrl=focus_absolute=0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment