mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-03 04:22:09 +08:00
add more logging to camera sensor probe
old-commit-hash: ab9c0173113e2eb058d9940a675d93c6a1090667
This commit is contained in:
@@ -626,6 +626,7 @@ void CameraState::camera_open() {
|
||||
camera_id = CAMERA_ID_IMX390;
|
||||
ret = sensors_init();
|
||||
}
|
||||
LOGD("-- Probing sensor %d done with %d", camera_num, ret);
|
||||
assert(ret == 0);
|
||||
|
||||
// create session
|
||||
|
||||
Reference in New Issue
Block a user