Skip to content

Commit 1240a9f

Browse files
Comments and resolutions order
1 parent a0c63cc commit 1240a9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

internal_filesystem/lib/mpos/ui/camera_settings.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ class CameraSettingsActivity(Activity):
9393
("720x720", "720x720"),
9494
#("800x600", "800x600"), # somehow this fails to initialize
9595
#("800x800", "800x800"), # somehow this fails to initialize
96-
("960x960", "960x960"),
97-
#("1024x768", "1024x768"), # Makes more sense to show it after, even though resolution is lower than 960x960
98-
#("1280x720", "1280x720"), # weird and same resolution as 960x960
96+
#("1024x768", "1024x768"), # this resolution is lower than 960x960 but it looks higher
97+
("960x960", "960x960"), # ideal for QR scanning, quick and high quality scaling (binning)
98+
#("1280x720", "1280x720"), # too thin (16:9) and same pixel area as 960x960
9999
#("1024x1024", "1024x1024"), # somehow this fails to initialize
100100
# Disabled because they use a lot of RAM and are very slow:
101101
#("1280x1024", "1280x1024"),

0 commit comments

Comments
 (0)