diff --git a/openflexure_microscope/camera/pi.py b/openflexure_microscope/camera/pi.py index 6052363b..f3a1db16 100644 --- a/openflexure_microscope/camera/pi.py +++ b/openflexure_microscope/camera/pi.py @@ -307,7 +307,9 @@ class PiCameraStreamer(BaseCamera): self.picamera.zoom = new_fov def start_preview( - self, fullscreen: bool = True, window: Optional[Tuple[int, int, int, int]] = None + self, + fullscreen: bool = True, + window: Optional[Tuple[int, int, int, int]] = None, ): """Start the on board GPU camera preview.""" with self.lock(timeout=1):