From b342f4f16d81f265e046d39bb3b533def9cbd3a5 Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Thu, 15 May 2025 13:37:52 +0200 Subject: [PATCH] Decode max 10 QR's per second --- internal_filesystem/apps/com.example.camtest/assets/camtest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal_filesystem/apps/com.example.camtest/assets/camtest.py b/internal_filesystem/apps/com.example.camtest/assets/camtest.py index d9b768e4..a3eaf4d7 100644 --- a/internal_filesystem/apps/com.example.camtest/assets/camtest.py +++ b/internal_filesystem/apps/com.example.camtest/assets/camtest.py @@ -64,7 +64,7 @@ def qrdecode_live(): except TypeError as e: print("QR TypeError: ", e) status_label_text = status_label_text_found - time.sleep_ms(500) + time.sleep_ms(100) def close_button_click(e):