Code formatting and linting
This commit is contained in:
parent
13b4c84783
commit
250fd07e9a
3 changed files with 4 additions and 6 deletions
|
|
@ -484,7 +484,7 @@ class PiCameraStreamer(BaseCamera):
|
|||
use_video_port: bool = False,
|
||||
resize: Tuple[int, int] = None,
|
||||
bayer: bool = True,
|
||||
thumbnail: tuple = None
|
||||
thumbnail: tuple = None,
|
||||
):
|
||||
"""
|
||||
Capture a still image to a StreamObject.
|
||||
|
|
@ -516,7 +516,7 @@ class PiCameraStreamer(BaseCamera):
|
|||
resize=resize,
|
||||
bayer=(not use_video_port) and bayer,
|
||||
use_video_port=use_video_port,
|
||||
thumbnail=thumbnail
|
||||
thumbnail=thumbnail,
|
||||
)
|
||||
|
||||
# Set resolution and start stream recording if necessary
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue