You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: internal_filesystem/apps/com.micropythonos.camera/assets/camera_app.py
+17-11Lines changed: 17 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ class CameraApp(Activity):
25
25
26
26
button_width=60
27
27
button_height=45
28
-
graymode=True
28
+
colormode=False
29
29
30
30
status_label_text="No camera found."
31
31
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."
0 commit comments