pull/31385/head
Justin Newberry 1 year ago
parent 32f049c280
commit e825d5d0f0
  1. 1
      system/camerad/cameras/camera_qcom2.cc

@ -605,6 +605,7 @@ void CameraState::camera_open(MultiCameraState *multi_cam_state_, int camera_num
ret = device_control(csiphy_fd, CAM_START_DEV, session_handle, csiphy_dev_handle);
LOGD("start csiphy: %d", ret);
ret = device_control(multi_cam_state->isp_fd, CAM_START_DEV, session_handle, isp_dev_handle);
assert(ret == 0);
LOGD("start isp: %d", ret);
// TODO: this is unneeded, should we be doing the start i2c in a different way?

Loading…
Cancel
Save