Update picamera file to HQ parameters

This commit is contained in:
jaknapper 2025-09-17 13:59:00 +01:00 committed by Julian Stirling
parent 3fb6013cd8
commit 5566125e6e
2 changed files with 13 additions and 13 deletions

View file

@ -646,7 +646,7 @@ class StreamingPiCamera2(BaseCamera):
@lt.thing_action
def auto_expose_from_minimum(
self,
target_white_level: int = 700,
target_white_level: int = 3000,
percentile: float = 99.9,
) -> None:
"""Adjust exposure until a the target white level is reached.