From 9053351674f63f4d10f0d1cc86937258dbd47743 Mon Sep 17 00:00:00 2001 From: Matthias Guillitte Date: Sun, 23 Aug 2026 16:51:45 +0200 Subject: [PATCH] idk --- orchestrateur/sensors/camera.py | 1 + 1 file changed, 1 insertion(+) 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 })