Precision in prompt + better camera
Build, push image, and notify Watchtower / build-image (push) Successful in 38s
Build, push image, and notify Watchtower / notify (push) Successful in 11s

This commit is contained in:
2026-08-23 16:48:30 +02:00
parent 0f576467e1
commit 7c35b52dbd
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -18,8 +18,8 @@ camera_config = picam2.create_still_configuration(
picam2.set_controls({
"AeEnable": True,
"AwbEnable": True,
"ExposureTime": 60000,
"Brightness": 0.25,
"ExposureTime": 100000,
"Brightness": 0.30,
"Contrast": 1.1
})
picam2.configure(camera_config)