diff --git a/VideoCamModule/CameraLightTurnsSupplyController.h b/VideoCamModule/CameraLightTurnsSupplyController.h index af07417..5bb03e7 100644 --- a/VideoCamModule/CameraLightTurnsSupplyController.h +++ b/VideoCamModule/CameraLightTurnsSupplyController.h @@ -41,7 +41,7 @@ class CameraLightTurnsSupplyController : public ControllerForCommUnitInterface { Timings timings = Timings( //default one 60, // BOUNCE_DELAY 900, // REPEATER_DELAY - 3000, // FRONT_CAM_SHOWTIME_DELAY + 50, // FRONT_CAM_SHOWTIME_DELAY 1500); // REAR_CAM_SHOWTIME_DELAY ChangeStateCallback changeStateCallback;