camerad: fix OX page faults (#25853)

pull/25856/head
ZwX1616 3 years ago committed by GitHub
parent 53959082e7
commit bae94a0070
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      system/camerad/cameras/camera_qcom2.cc

@ -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,
},
};

Loading…
Cancel
Save