|
|
@ -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); |
|
|
|
ret = device_control(csiphy_fd, CAM_START_DEV, session_handle, csiphy_dev_handle); |
|
|
|
LOGD("start csiphy: %d", ret); |
|
|
|
LOGD("start csiphy: %d", ret); |
|
|
|
ret = device_control(multi_cam_state->isp_fd, CAM_START_DEV, session_handle, isp_dev_handle); |
|
|
|
ret = device_control(multi_cam_state->isp_fd, CAM_START_DEV, session_handle, isp_dev_handle); |
|
|
|
|
|
|
|
assert(ret == 0); |
|
|
|
LOGD("start isp: %d", ret); |
|
|
|
LOGD("start isp: %d", ret); |
|
|
|
|
|
|
|
|
|
|
|
// TODO: this is unneeded, should we be doing the start i2c in a different way?
|
|
|
|
// TODO: this is unneeded, should we be doing the start i2c in a different way?
|
|
|
|