diff --git a/orchestrateur/sensors/camera.py b/orchestrateur/sensors/camera.py index 9c9ccd4..b38bcd1 100644 --- a/orchestrateur/sensors/camera.py +++ b/orchestrateur/sensors/camera.py @@ -19,6 +19,7 @@ picam2.set_controls({ "AeEnable": True, "AwbEnable": True, "ExposureTime": 100000, + "ExposureValue": 0.3, "Brightness": 0.30, "Contrast": 1.1 })