summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHector Fernandez <hector@iatec.biz>2020-11-03 13:32:48 +0100
committerHector Fernandez <hector@iatec.biz>2020-11-03 13:32:48 +0100
commit539aeb9361285213ef2fbe1a957e8dbf8a5935e9 (patch)
treea988c2ecca7ec15ebd92e2254dd4563071bc6cf2
parentde4defc5023097dbebbfe4aa5c2665631399630b (diff)
downloadboard-539aeb9361285213ef2fbe1a957e8dbf8a5935e9.zip
board-539aeb9361285213ef2fbe1a957e8dbf8a5935e9.tar.gz
board-539aeb9361285213ef2fbe1a957e8dbf8a5935e9.tar.bz2
fix: new cameras setup
-rwxr-xr-xscripts/v4l-cam.sh22
1 files changed, 11 insertions, 11 deletions
diff --git a/scripts/v4l-cam.sh b/scripts/v4l-cam.sh
index 18da1c0..5501fec 100755
--- a/scripts/v4l-cam.sh
+++ b/scripts/v4l-cam.sh
@@ -1,14 +1,14 @@
#!/bin/bash
-v4l2-ctl -d /dev/video0 -c exposure_auto=3
+#v4l2-ctl -d /dev/video0 -c exposure_auto=3
v4l2-ctl -d /dev/video0 -c brightness=0
-v4l2-ctl -d /dev/video0 -c contrast=20
-v4l2-ctl -d /dev/video0 -c saturation=55
-v4l2-ctl -d /dev/video0 -c hue=0
-v4l2-ctl -d /dev/video0 -c white_balance_temperature_auto=0
-v4l2-ctl -d /dev/video0 -c gamma=100
-v4l2-ctl -d /dev/video0 -c power_line_frequency=1
-v4l2-ctl -d /dev/video0 -c white_balance_temperature=4500
-v4l2-ctl -d /dev/video0 -c sharpness=2
-v4l2-ctl -d /dev/video0 -c backlight_compensation=2
-# v4l2-ctl -d /dev/video0 -c exposure_absolute=166 \ No newline at end of file
+#v4l2-ctl -d /dev/video0 -c contrast=20
+#v4l2-ctl -d /dev/video0 -c saturation=55
+#v4l2-ctl -d /dev/video0 -c hue=0
+#v4l2-ctl -d /dev/video0 -c white_balance_temperature_auto=0
+#v4l2-ctl -d /dev/video0 -c gamma=100
+#v4l2-ctl -d /dev/video0 -c power_line_frequency=1
+#v4l2-ctl -d /dev/video0 -c white_balance_temperature=4500
+#v4l2-ctl -d /dev/video0 -c sharpness=2
+#v4l2-ctl -d /dev/video0 -c backlight_compensation=2
+# v4l2-ctl -d /dev/video0 -c exposure_absolute=166