commit | 8e69245ff0fd891e9d05c294eb5afccf53d58be7 | [log] [tgz] |
---|---|---|
author | Michael Schuh <michael@boardsailor.com> | Sat Apr 07 17:35:04 2018 -0700 |
committer | Michael Schuh <michael@boardsailor.com> | Sat Apr 07 21:39:19 2018 -0700 |
tree | 96059df0636c986f1b5e1df6e61c5837c16255e1 | |
parent | c1975fc6f92b283d7cbe086cfac9277d60743d46 [diff] [blame] |
Adjust exposure for 2018 fisheye camera Change-Id: If4238386e6ffdc9767d74d0f114d683dcc1a1b59
diff --git a/y2018/vision/startup.sh b/y2018/vision/startup.sh index 5251380..6cb211a 100755 --- a/y2018/vision/startup.sh +++ b/y2018/vision/startup.sh
@@ -38,7 +38,7 @@ v4l2-ctl --set-ctrl="exposure_auto=1" -d $A sleep 0.5 -v4l2-ctl --set-ctrl="exposure_absolute=2000" -d $A +v4l2-ctl --set-ctrl="exposure_absolute=100" -d $A sleep 0.5 PATH="./;$PATH"