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 ad283bc commit 7d3b70eCopy full SHA for 7d3b70e
src/labthings_picamera2/thing.py
@@ -545,7 +545,7 @@ def capture_array(
545
capture_config = picam2.create_still_configuration()
546
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)
+ return cam.capture_array(stream_name, wait=wait)
549
550
@thing_action
551
def capture_raw(
0 commit comments