From 6e6b8427175166171f2db819ca0a912fb20415d4 Mon Sep 17 00:00:00 2001 From: falconArdente Date: Wed, 16 Oct 2024 23:32:01 +0300 Subject: [PATCH 1/2] Change Default front cam delay --- VideoCamModule/CameraLightTurnsSupplyController.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VideoCamModule/CameraLightTurnsSupplyController.h b/VideoCamModule/CameraLightTurnsSupplyController.h index af07417..09bf712 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 + 100, // FRONT_CAM_SHOWTIME_DELAY 1500); // REAR_CAM_SHOWTIME_DELAY ChangeStateCallback changeStateCallback; From 347fcc39dfa33396d6b429fc55c9f09004a063c5 Mon Sep 17 00:00:00 2001 From: falconArdente Date: Fri, 18 Oct 2024 23:08:56 +0300 Subject: [PATCH 2/2] Change Default front cam delay --- VideoCamModule/CameraLightTurnsSupplyController.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VideoCamModule/CameraLightTurnsSupplyController.h b/VideoCamModule/CameraLightTurnsSupplyController.h index 09bf712..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 - 100, // FRONT_CAM_SHOWTIME_DELAY + 50, // FRONT_CAM_SHOWTIME_DELAY 1500); // REAR_CAM_SHOWTIME_DELAY ChangeStateCallback changeStateCallback;