Use quick capture for CSM

This commit is contained in:
Julian Stirling 2026-06-04 10:41:47 +01:00
parent 853301ca5d
commit 2faf324a59
2 changed files with 9 additions and 4 deletions

View file

@ -991,7 +991,7 @@ class PiCameraV2(StreamingPiCamera2):
stream_name="main",
),
"quick": PiCamera2CaptureMode(
description="Capture directly from the current stream.",
description="Capture without altering the stream settings.",
streaming_mode=None,
stream_name="main",
),
@ -1054,7 +1054,7 @@ class PiCameraHQ(StreamingPiCamera2):
stream_name="main",
),
"quick": PiCamera2CaptureMode(
description="Capture directly from the current stream.",
description="Capture without altering the stream settings.",
streaming_mode=None,
stream_name="main",
),