Skip to content

Instantly share code, notes, and snippets.

@bitkill
Last active April 1, 2020 11:13
Show Gist options
  • Save bitkill/0b6075d8984f10f31d9e2c72dec51e66 to your computer and use it in GitHub Desktop.
Save bitkill/0b6075d8984f10f31d9e2c72dec51e66 to your computer and use it in GitHub Desktop.
Linux webcam scripts

Preferred settings (no AF, pre-set focus to a good distance, up contrast by a bit)

v4l2-ctl -d /dev/video4 --set-ctrl=focus_absolute=35 --set-ctrl=contrast=132 --set-ctrl=focus_auto=0

Blur Hide Yourself

v4l2-ctl -d /dev/video4 --set-ctrl=focus_absolute=255

Zoom effect

v4l2-ctl -d /dev/video4 --set-ctrl=zoom_absolute=200 && sleep 2 && v4l2-ctl -d /dev/video4 --set-ctrl=zoom_absolute=100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment