Skip to content

Commit b342f4f

Browse files
Decode max 10 QR's per second
1 parent 6631b98 commit b342f4f

File tree

1 file changed

+1
-1
lines changed
  • internal_filesystem/apps/com.example.camtest/assets

1 file changed

+1
-1
lines changed

internal_filesystem/apps/com.example.camtest/assets/camtest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def qrdecode_live():
6464
except TypeError as e:
6565
print("QR TypeError: ", e)
6666
status_label_text = status_label_text_found
67-
time.sleep_ms(500)
67+
time.sleep_ms(100)
6868

6969

7070
def close_button_click(e):

0 commit comments

Comments
 (0)