I am using cpp files in matlab to get images from Kinect. It gives the following error:
Error using mex (line 206)
Unable to complete successfully.Error in compile_cpp_files (line 47)
mex('-v',['-L' MicrosoftSDKPathLib],'-lMSRKinectNUI',['-I'
MicrosoftSDKPathInclude],Filename);
I don't know about this error and please let me know how to solve this error?