Unify camera capute signatures
This commit is contained in:
parent
dcf329f1c5
commit
e0c63ab354
3 changed files with 5 additions and 5 deletions
|
|
@ -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."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue