SETTLING_TIME global in stacking

This commit is contained in:
jaknapper 2025-05-14 19:49:42 +01:00 committed by Julian Stirling
parent 478c3629c9
commit 968bd339c2
2 changed files with 8 additions and 3 deletions

View file

@ -84,7 +84,6 @@ class CameraProtocol(Protocol):
for the main stream"""
...
@thing_action
def capture_image(self, stream_name, wait):
"""Capture a PIL image from stream stream_name with timeout wait"""
...