Increase LED duty cycle
Shining brighter makes tape more visible at close distances, when it's
at a higher angle.
Signed-off-by: Milind Upadhyay <milind.upadhyay@gmail.com>
Change-Id: I3ba96ad33fe7fa567f9c5b7d9d27e864dd1f3e1e
diff --git a/y2022/vision/camera_reader_main.cc b/y2022/vision/camera_reader_main.cc
index d5ba448..dac2100 100644
--- a/y2022/vision/camera_reader_main.cc
+++ b/y2022/vision/camera_reader_main.cc
@@ -6,7 +6,7 @@
// bazel run //y2022/vision:camera_reader -- --config y2022/aos_config.json
// --override_hostname pi-7971-1 --ignore_timestamps true
DEFINE_string(config, "aos_config.json", "Path to the config file to use.");
-DEFINE_double(duty_cycle, 0.5, "Duty cycle of the LEDs");
+DEFINE_double(duty_cycle, 0.6, "Duty cycle of the LEDs");
DEFINE_uint32(exposure, 5,
"Exposure time, in 100us increments; 0 implies auto exposure");