We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62eaa90 commit 222f5c5Copy full SHA for 222f5c5
content/hardware/06.nicla/boards/nicla-vision/tutorials/live-streaming/content.md
@@ -273,7 +273,7 @@ def start_streaming(s):
273
while True:
274
clock.tick() # Track elapsed milliseconds between snapshots().
275
frame = sensor.snapshot()
276
- cframe = frame.compressed(quality=35)
+ cframe = frame.compress(quality=35)
277
header = (
278
"\r\n--openmv\r\n"
279
"Content-Type: image/jpeg\r\n"
0 commit comments