Update picamera file to HQ parameters
This commit is contained in:
parent
3fb6013cd8
commit
5566125e6e
2 changed files with 13 additions and 13 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue