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 8cdb4df commit 9da2b09Copy full SHA for 9da2b09
CircuitPython_ESP32_Camera/esp32-s3-eye-qrio-repl/code.py
@@ -44,7 +44,7 @@
44
while True:
45
frame = cam.take(1)
46
display_bus.send(44, frame)
47
- for row in qrdecoder.decode(memoryview(frame), qrio.PixelPolicy.RGB565_SWAPPED):
+ for row in qrdecoder.decode(frame, qrio.PixelPolicy.RGB565_SWAPPED):
48
payload = row.payload
49
try:
50
payload = payload.decode("utf-8")
0 commit comments