diff --git a/internal_filesystem/apps/com.micropythonos.camera/assets/camera_settings.py b/internal_filesystem/apps/com.micropythonos.camera/assets/camera_settings.py index 8bf90ecc..e49508a8 100644 --- a/internal_filesystem/apps/com.micropythonos.camera/assets/camera_settings.py +++ b/internal_filesystem/apps/com.micropythonos.camera/assets/camera_settings.py @@ -95,12 +95,13 @@ class CameraSettingsActivity(Activity): ("800x800", "800x800"), ("960x960", "960x960"), ("1024x768", "1024x768"), - ("1024x1024","1024x1024"), ("1280x720", "1280x720"), - ("1280x1024", "1280x1024"), - ("1280x1280", "1280x1280"), - ("1600x1200", "1600x1200"), - ("1920x1080", "1920x1080"), + ("1024x1024", "1024x1024"), + # These are available in the driver, but they take up a lot of RAM: + #("1280x1024", "1280x1024"), + #("1280x1280", "1280x1280"), + #("1600x1200", "1600x1200"), + #("1920x1080", "1920x1080"), ] # These are taken from the Intent: