Format fix
This commit is contained in:
parent
824248583d
commit
4b73fd82f6
1 changed files with 3 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue