Hi,
I try to use the Nuitrack SDK for Kinect v2 in linux64 with opencv 4.0. However, I found there is compiling error as follow:
/usr/bin/ld: warning: libopencv_core.so.2.4, needed by /home/jd/Documents/lib/NuitrackSDK/Examples/nuitrack_gl_sample/../../Nuitrack/lib/linux64/libnuitrack.so, may conflict with libopencv_core.so.4.0
/home/jd/Documents/lib/NuitrackSDK/Examples/nuitrack_gl_sample/../../Nuitrack/lib/linux64/libnuitrack.so: undefined reference to `cv::Exception::Exception(int, std::string const&, std::string const&, std::string const&, int)'
Is there a conflict between Nuitrack and Opencv 4.0? When there will be an update version to address this issue so that I can use it with Opencv 4.0 or 3.x? Thanks!