commit | bf235918027d56095b250d6bc834d8456c7d71d5 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Mon Jan 21 17:44:08 2019 -0800 |
committer | Austin Schuh <austin.linux@gmail.com> | Sat Jan 26 17:18:57 2019 -0800 |
tree | ad37786a806495b72c7118f5ee93d2e67fe31af8 | |
parent | 9642a1d8e058dee40a293a0ae02aeb76ef47e934 [diff] |
Add missing exposure loop for 2018 Change-Id: I23a2ced4f4919533f9e9df8b7d8b86268cfece3c
diff --git a/y2018/vision/exposure_loop.sh b/y2018/vision/exposure_loop.sh new file mode 100755 index 0000000..5fd2da5 --- /dev/null +++ b/y2018/vision/exposure_loop.sh
@@ -0,0 +1,8 @@ +#!/bin/bash + +while true +do + v4l2-ctl --set-ctrl="exposure_absolute=300" -d /dev/video0 + v4l2-ctl --set-ctrl="exposure_absolute=300" -d /dev/video1 + sleep 10 +done