Fixed CameraDepthAI with latest depthai version (using now camera eeprom calibration and added imu support)

This commit is contained in:
matlabbe
2021-07-28 14:19:30 -04:00
parent ae92ec40d7
commit 32bf0f9d61
6 changed files with 207 additions and 182 deletions

View File

@@ -344,8 +344,8 @@ ENDIF(mynteye_FOUND)
IF(depthai_FOUND)
SET(LIBRARIES
${LIBRARIES}
depthai::depthai-core
depthai::depthai-opencv
depthai::core
depthai::opencv
)
ENDIF(depthai_FOUND)