Closed mkatliar closed 7 years ago
Hi @mkotlyar ,
Thanks for bringing this to our attention, our CMake script indeed does not enforce all dependencies and OpenCV in particular. Please find the SDK's dependencies list here: https://github.com/IntelRealSense/realsense_sdk#dependencies-list
Building
realsense_sdk
frommaster
branch using following commands:produces the following compiler error on my system:
Apparently
image_conversion_util.cpp
requiresOpenCV
which is not installed, but theCMake
scripts don't check for it.