mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-03 16:49:33 +08:00
camerad: fix OX page faults (#25853)
This commit is contained in:
@@ -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,
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user