Skip to content

Commit 94e9b09

Browse files
committed
Revert to stable 640x360 at 10 fps
1 parent bb9f482 commit 94e9b09

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/ac_training_lab/picam/device.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,11 @@ def start_stream(ffmpeg_url, stream_key):
151151
"--mode",
152152
"1280:720",
153153
"--width",
154-
"854",
154+
"640",
155155
"--height",
156-
"480",
156+
"360",
157157
"--framerate",
158-
"12",
158+
"10",
159159
"--codec",
160160
"yuv420",
161161
]
@@ -188,9 +188,9 @@ def start_stream(ffmpeg_url, stream_key):
188188
"-pix_fmt",
189189
"yuv420p",
190190
"-s",
191-
"854x480",
191+
"640x360",
192192
"-r",
193-
"12",
193+
"10",
194194
"-i",
195195
"pipe:0",
196196
"-c:v",

0 commit comments

Comments
 (0)