depthai >=2.24 requirement

This commit is contained in:
matlabbe
2024-03-28 14:27:17 -07:00
parent cc17ebe92b
commit 0ba79be461

View File

@@ -651,7 +651,7 @@ IF(WITH_MYNTEYE)
ENDIF(WITH_MYNTEYE)
IF(WITH_DEPTHAI)
FIND_PACKAGE(depthai 2 QUIET)
FIND_PACKAGE(depthai 2.24 QUIET)
IF(depthai_FOUND)
MESSAGE(STATUS "Found depthai-core (targets)")
ENDIF(depthai_FOUND)