We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c91e59 commit ad283bcCopy full SHA for ad283bc
src/labthings_picamera2/thing.py
@@ -543,7 +543,7 @@ def capture_array(
543
if stream_name == "full":
544
with self.picamera(pause_stream=True) as picam2:
545
capture_config = picam2.create_still_configuration()
546
- return picam2.switch_mode_and_capture_array(capture_config)
+ return picam2.switch_mode_and_capture_array(capture_config, wait=wait)
547
with self.picamera() as cam:
548
return cam.capture_array(stream_name, wait = wait)
549
0 commit comments