Skip to content

Commit

Permalink
Remove 1280x720 on the Pi Camera v1 for now (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
pietroglyph authored Jan 11, 2021
1 parent 5298de0 commit 3d34d1c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@ public PicamSettables(CameraConfiguration configuration) {
0, new FPSRatedVideoMode(VideoMode.PixelFormat.kUnknown, 320, 240, 120, 120, .39));
videoModes.put(
1, new FPSRatedVideoMode(VideoMode.PixelFormat.kUnknown, 640, 480, 65, 90, .39));
videoModes.put(
2, new FPSRatedVideoMode(VideoMode.PixelFormat.kUnknown, 1280, 720, 40, 90, .72));
// TODO: fix 1280x720 in the native code and re-add it
videoModes.put(
3, new FPSRatedVideoMode(VideoMode.PixelFormat.kUnknown, 1920, 1080, 15, 20, .53));
} else {
Expand Down

0 comments on commit 3d34d1c

Please sign in to comment.