We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a05457 commit 1f7bb80Copy full SHA for 1f7bb80
1 file changed
internal_filesystem/apps/com.example.camtest/assets/camtest.py
@@ -43,7 +43,7 @@ def qrdecode_live():
43
while keepgoing and keepliveqrdecoding:
44
try:
45
import qrdecode
46
- result = qrdecode.qrdecode(current_cam_buffer, width, height)
+ result = qrdecode.qrdecode_rgb565(current_cam_buffer, width, height)
47
result = remove_bom(result)
48
result = print_qr_buffer(result)
49
print(f"QR decoding found: {result}")
0 commit comments