Add support Creative Senz3D camera by Intel Perceptual Computing SDK

This commit is contained in:
Vladimir Bystricky
2013-12-13 17:25:16 +04:00
parent d45ce086c1
commit e8d2a9752b
11 changed files with 1188 additions and 2 deletions

View File

@@ -250,3 +250,9 @@ if (NOT IOS)
set(HAVE_QTKIT YES)
endif()
endif()
# --- Intel Perceptual Computing SSDK ---
ocv_clear_vars(HAVE_INTELPERC)
if(WITH_INTELPERC)
include("${OpenCV_SOURCE_DIR}/cmake/OpenCVFindIntelPerCSDK.cmake")
endif(WITH_INTELPERC)