Skip to content

Commit 8af0011

Browse files
committed
120
Signed-off-by: Jade Turner <spacey-sooty@proton.me>
1 parent 7982084 commit 8af0011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

photon-core/src/main/java/org/photonvision/vision/camera/csi/LibcameraGpuSettables.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public LibcameraGpuSettables(CameraConfiguration configuration) {
7878
videoModes.put(6, new FPSRatedVideoMode(PixelFormat.kUnknown, 3280 / 4, 2464 / 4, 15, 20, 1));
7979
} else if (sensorModel == LibCameraJNI.SensorModel.OV9281) {
8080
// Taken from https://www.ovt.com/wp-content/uploads/2022/01/OV9281-OV9282-PB-v1.3-WEB.pdf
81-
videoModes.put(0, new FPSRatedVideoMode(PixelFormat.kUnknown, 640, 400, 240, 240, 1));
81+
videoModes.put(0, new FPSRatedVideoMode(PixelFormat.kUnknown, 640, 400, 120, 240, 1));
8282
videoModes.put(1, new FPSRatedVideoMode(PixelFormat.kUnknown, 1280, 800, 120, 120, 1));
8383

8484
} else {

0 commit comments

Comments
 (0)