We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8faef1 commit 054ac74Copy full SHA for 054ac74
internal_filesystem/apps/com.micropythonos.camera/assets/camera_settings.py
@@ -60,7 +60,7 @@ class CameraSettingsActivity(Activity):
60
("960x960", "960x960"),
61
("1024x768", "1024x768"),
62
("1024x1024","1024x1024"),
63
- ("1280x720", "1280x720"), # binned 2x2 (in default ov5640.c)
+ ("1280x720", "1280x720"),
64
("1280x1024", "1280x1024"),
65
("1280x1280", "1280x1280"),
66
("1600x1200", "1600x1200"),
0 commit comments