Better fix for exposure drift with more complete testing. Also fix return value for capture_to_memory
This commit is contained in:
parent
376780ea28
commit
b90b02cf7d
3 changed files with 58 additions and 8 deletions
|
|
@ -342,7 +342,7 @@ class BaseCamera(lt.Thing):
|
|||
logger: lt.deps.InvocationLogger,
|
||||
metadata_getter: lt.deps.GetThingStates,
|
||||
buffer_max: int = 1,
|
||||
) -> None:
|
||||
) -> int:
|
||||
"""Capture an image to memory. This can be saved later with ``save_from_memory``.
|
||||
|
||||
Note that only one image is held in memory so this will overwrite any image
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue