Unify camera capute signatures

This commit is contained in:
Julian Stirling 2025-12-17 22:27:58 +00:00
parent dcf329f1c5
commit e0c63ab354
3 changed files with 5 additions and 5 deletions

View file

@ -362,7 +362,7 @@ class BaseCamera(lt.Thing):
def capture_image(
self,
stream_name: Literal["main", "lores", "raw"],
stream_name: Literal["main", "lores", "full"],
wait: Optional[float] = None,
) -> Image.Image:
"""Capture a PIL image from stream stream_name with timeout wait."""