Created
January 3, 2022 16:02
-
-
Save wyattearp/8a12afa6c9faee324d51da62c4c73982 to your computer and use it in GitHub Desktop.
Ender 5 Logitech Camera Settings
This file contains hidden or 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
#/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