From de1356df5bb29ba574b15ef2e2c024f10de7af9b Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Sat, 8 Nov 2025 07:43:14 +0100 Subject: [PATCH] Improve camera help text. --- .../apps/com.micropythonos.camera/assets/camera_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal_filesystem/apps/com.micropythonos.camera/assets/camera_app.py b/internal_filesystem/apps/com.micropythonos.camera/assets/camera_app.py index f243fb00..74bb012c 100644 --- a/internal_filesystem/apps/com.micropythonos.camera/assets/camera_app.py +++ b/internal_filesystem/apps/com.micropythonos.camera/assets/camera_app.py @@ -21,7 +21,7 @@ class CameraApp(Activity): height = 240 status_label_text = "No camera found." - status_label_text_searching = "Searching QR codes...\n\nHold still and make them big!\n10cm for simple QR codes,\n20cm for complex." + status_label_text_searching = "Searching QR codes...\n\nHold still and try varying scan distance (10-20cm) and QR size (6-12cm). Ensure proper lighting." status_label_text_found = "Decoding QR..." cam = None