Camera app: improve QR scanning help text

This commit is contained in:
Thomas Farstrike
2025-11-12 15:54:37 +01:00
parent 86f4519645
commit d0e54693a0
@@ -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 try varying scan distance (10-20cm) and QR size (6-12cm). Ensure proper lighting."
status_label_text_searching = "Searching QR codes...\n\nHold still and try varying scan distance (10-25cm) and QR size (4-12cm). Ensure proper lighting."
status_label_text_found = "Decoding QR..."
cam = None