We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af2bc87 commit da69c4dCopy full SHA for da69c4d
zoom-launcher
@@ -28,6 +28,8 @@
28
date=$(date +%Y%m%d)
29
me=$(basename $0)
30
mydir=$(dirname $0)
31
+video_device=/dev/video4
32
+
33
# FUNCTIONS
34
35
saver_on () {
@@ -44,8 +46,8 @@ saver_off () {
44
46
# SCRIPT
45
47
48
saver_off
49
+v4l2-ctl -d $video_device --set-ctrl=white_balance_temperature_auto=0,power_line_frequency=1
50
+v4l2-ctl -d $video_device --set-ctrl=white_balance_temperature=3200,sharpness=200
51
zoom
-# Dirty way to tune the camera a bit.
-v4l2-ctl -d /dev/video4 --set-ctrl=white_balance_temperature_auto=0 && v4l2-ctl -d /dev/video4 --set-ctrl=white_balance_temperature=3200,sharpness=200
52
saver_on
53
# END
0 commit comments