commit | 9f6d4eac9a85bd1e7cf8a3286831dcc033f69313 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Thu Mar 28 14:44:52 2019 -0700 |
committer | Austin Schuh <austin.linux@gmail.com> | Sat Apr 06 15:53:42 2019 -0700 |
tree | a881ca1c237d6a8bb383044c0ccdf7696bf5e393 | |
parent | 4e2629de05180488c6dfc87443533fa7f65612d7 [diff] [blame] |
Raise exposure slightly at Utah so we can see further Change-Id: I82072de1c51ba1d199a85436a8d4a3dc877ee273
diff --git a/y2019/vision/target_sender.cc b/y2019/vision/target_sender.cc index 4344cc9..b33d7ab 100644 --- a/y2019/vision/target_sender.cc +++ b/y2019/vision/target_sender.cc
@@ -88,7 +88,7 @@ bool log_images = false; aos::vision::CameraParams params0; - params0.set_exposure(50); + params0.set_exposure(60); params0.set_brightness(40); params0.set_width(640); params0.set_fps(15);