Created
June 19, 2021 18:05
-
-
Save viliampucik/cd526275538c2967ecdd3996b400e997 to your computer and use it in GitHub Desktop.
Always set zoom level for a webcam
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
# /etc/udev/rules.d/99-local-webcam.rules | |
# Logitech C925e webcam zoom | |
SUBSYSTEM=="video4linux", SUBSYSTEMS=="usb", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="085b", PROGRAM="/usr/bin/v4l2-ctl --set-ctrl zoom_absolute=150 --device /dev/%k" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment