Skip to content

Commit 054ac74

Browse files
Comments
1 parent e8faef1 commit 054ac74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal_filesystem/apps/com.micropythonos.camera/assets/camera_settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class CameraSettingsActivity(Activity):
6060
("960x960", "960x960"),
6161
("1024x768", "1024x768"),
6262
("1024x1024","1024x1024"),
63-
("1280x720", "1280x720"), # binned 2x2 (in default ov5640.c)
63+
("1280x720", "1280x720"),
6464
("1280x1024", "1280x1024"),
6565
("1280x1280", "1280x1280"),
6666
("1600x1200", "1600x1200"),

0 commit comments

Comments
 (0)