Skip to content

Instantly share code, notes, and snippets.

View GlitchWitch's full-sized avatar
🎃
Pronouns: They/Them

GlitchWitch GlitchWitch

🎃
Pronouns: They/Them
View GitHub Profile
@GlitchWitch
GlitchWitch / logitech-c920-darkroom.sh
Last active June 3, 2022 16:52
Logitech C920 Ubuntu Exposure/Brightness Config (Dark Room, Key Light)
# Improved
v4l2-ctl -d /dev/video0 -c exposure_auto=1
v4l2-ctl -d /dev/video0 --set-ctrl=exposure_absolute=150
v4l2-ctl -d /dev/video0 --set-ctrl=contrast=150
v4l2-ctl -d /dev/video0 --set-ctrl=brightness=128
v4l2-ctl -d /dev/video0 --set-ctrl=saturation=140
# Restore Default
v4l2-ctl -d /dev/video0 --set-ctrl=exposure_absolute=250
v4l2-ctl -d /dev/video0 -c exposure_auto=3