init CameraSeerSense

This commit is contained in:
Borong Yuan
2024-05-23 20:51:13 +08:00
parent 6acec02dbe
commit 41a7eff8fa
4 changed files with 55 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ SET(SRC_FILES
camera/CameraVideo.cpp
camera/CameraMyntEye.cpp
camera/CameraDepthAI.cpp
camera/CameraSeerSense.cpp
EpipolarGeometry.cpp
VisualWord.cpp
@@ -383,6 +384,13 @@ IF(depthai_FOUND)
)
ENDIF(depthai_FOUND)
IF(xvsdk_FOUND)
SET(PUBLIC_LIBRARIES
${PUBLIC_LIBRARIES}
${XVSDK_LIBRARIES}
)
ENDIF(xvsdk_FOUND)
IF(TARGET OpenMP::OpenMP_CXX)
SET(LIBRARIES
${LIBRARIES}