We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01f7a1f commit b0592f8Copy full SHA for b0592f8
1 file changed
internal_filesystem/apps/com.micropythonos.camera/assets/camera_app.py
@@ -439,13 +439,12 @@ class CameraSettingsActivity(Activity):
439
# Resolution options for desktop/webcam
440
WEBCAM_RESOLUTIONS = [
441
("160x120", "160x120"),
442
- ("240x240", "240x240"), # Default
+ ("320x180", "320x180"),
443
("320x240", "320x240"),
444
- ("480x320", "480x320"),
445
- ("640x480", "640x480"),
446
- ("800x600", "800x600"),
447
- ("1024x768", "1024x768"),
448
- ("1280x720", "1280x720"),
+ ("640x360", "640x360"),
+ ("640x480 (30 fps)", "640x480"),
+ ("1280x720 (10 fps)", "1280x720"),
+ ("1920x1080 (5 fps)", "1920x1080"),
449
]
450
451
# Resolution options for internal camera (ESP32) - all available FrameSize options
0 commit comments