camerad: fix OX page faults (#25853)

old-commit-hash: bae94a007079211c9fbf715ff77bf374c74a37f9
This commit is contained in:
ZwX1616
2022-09-20 16:00:56 -07:00
committed by GitHub
parent e39767b1cb
commit 129a49aeef
+2 -1
View File
@@ -52,7 +52,8 @@ CameraInfo cameras_supported[CAMERA_ID_MAX] = {
.frame_width = FRAME_WIDTH,
.frame_height = FRAME_HEIGHT,
.frame_stride = FRAME_STRIDE, // (0xa80*12//8)
.extra_height = 16, // this right?
.extra_height = 16, // top 2 + bot 14
.frame_offset = 2,
},
};