You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Disable very high camera resolutions (again)
This commit is contained in:
@@ -399,9 +399,9 @@ class CameraActivity(Activity):
|
||||
(800, 800): FrameSize.R800X800,
|
||||
(960, 960): FrameSize.R960X960,
|
||||
(1024, 768): FrameSize.XGA,
|
||||
(1024,1024): FrameSize.R1024X1024,
|
||||
# These are disabled in the settings because use a lot of RAM:
|
||||
(1280, 720): FrameSize.HD,
|
||||
(1024, 1024): FrameSize.R1024X1024,
|
||||
# These are disabled in the settings because use a lot of RAM:
|
||||
(1280, 1024): FrameSize.SXGA,
|
||||
(1280, 1280): FrameSize.R1280X1280,
|
||||
(1600, 1200): FrameSize.UXGA,
|
||||
|
||||
@@ -97,6 +97,7 @@ class CameraSettingsActivity(Activity):
|
||||
("1024x768", "1024x768"),
|
||||
("1280x720", "1280x720"),
|
||||
("1024x1024","1024x1024"),
|
||||
# Disabled because they use a lot of RAM and are very slow:
|
||||
#("1280x1024", "1280x1024"),
|
||||
#("1280x1280", "1280x1280"),
|
||||
#("1600x1200", "1600x1200"),
|
||||
|
||||
Reference in New Issue
Block a user