Skip to content

Commit

Permalink
Update selfdrive/camerad/cameras/camera_qcom2.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
pd0wm authored Sep 8, 2021
1 parent ab56cca commit 42841f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions selfdrive/camerad/cameras/camera_qcom2.cc
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,7 @@ static void camera_open(CameraState *s) {
.num_out_res = 0x1,
.data[0] = (struct cam_isp_out_port_info){
.res_type = CAM_ISP_IFE_OUT_RES_RDI_0,
// .format = CAM_FORMAT_MIPI_RAW_12,
.format = CAM_FORMAT_MIPI_RAW_10,
.width = FRAME_WIDTH,
.height = FRAME_HEIGHT,
Expand Down

0 comments on commit 42841f3

Please sign in to comment.