Skip to content

Instantly share code, notes, and snippets.

@wyattearp
Created January 3, 2022 16:02
Show Gist options
  • Save wyattearp/8a12afa6c9faee324d51da62c4c73982 to your computer and use it in GitHub Desktop.
Save wyattearp/8a12afa6c9faee324d51da62c4c73982 to your computer and use it in GitHub Desktop.
Ender 5 Logitech Camera Settings
#/bin/bash
# set the items for the Logitech camera
echo -n "setting custom camera commands.. "
/usr/bin/v4l2-ctl -c focus_auto=0
/usr/bin/v4l2-ctl -c focus_absolute=25
/usr/bin/v4l2-ctl -c zoom_absolute=100
echo "done"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment