Skip to content

Commit ad283bc

Browse files
Wait param in highres array
1 parent 1c91e59 commit ad283bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/labthings_picamera2/thing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ def capture_array(
543543
if stream_name == "full":
544544
with self.picamera(pause_stream=True) as picam2:
545545
capture_config = picam2.create_still_configuration()
546-
return picam2.switch_mode_and_capture_array(capture_config)
546+
return picam2.switch_mode_and_capture_array(capture_config, wait=wait)
547547
with self.picamera() as cam:
548548
return cam.capture_array(stream_name, wait = wait)
549549

0 commit comments

Comments
 (0)