Format fix

This commit is contained in:
Richard Bowman 2023-03-21 15:11:24 +00:00
parent 824248583d
commit 4b73fd82f6

View file

@ -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):