Conflict with opencv

Hi,

I tried to use the orbbec SDK (version 2.0.15) with opencv 3.X. However, I found that there is a conflict when I compiled the code:

Error: The function/feature is not implemented (Unknown/unsupported array type) in getMat_, file /home/jd/Documents/lib/opencv-3.3.0/modules/core/src/matrix.cpp, line 1342
terminate called after throwing an instance of ‘cv::Exception’
what(): /home/jd/Documents/lib/opencv-3.3.0/modules/core/src/matrix.cpp:1342: error: (-213) Unknown/unsupported array type in function getMat_

Does anyone know how to fix this issue? Do you consider to update the SDK to support Opencv 3.X? Thanks!