Search All of the Math Forum:
Views expressed in these public forums are not endorsed by
Drexel University or The Math Forum.
|
|
|
|
Kinect Microsoft sdk by Dirk Jan Kroon
Posted:
Mar 5, 2013 1:05 AM
|
|
I have used the code written by Dirk Jan Kroon to get images from Kinect using Matlab. This code has a bug in it. It saves images but to get another image I have to restart Matlab. Is there any solution to it?
Plus, now it also gives me error while compiling. The error is as follows: Error using mex (line 206) Unable to complete successfully.
Error in compile_cpp_files (line 47) mex('-v',['-L' MicrosoftSDKPathLib],'-lMSRKinectNUI',['-I' MicrosoftSDKPathInclude],Filename);
And then it gives error in mxMSCreateContext when i try to run it. The error it gives is as follows:
Error using mxMSCreateContext Kinect Initialization Failed
Error in Example (line 6) KinectHandles=mxMSCreateContext([2 1]);
Any help in this regard would be appreciated.
Thank you.
|
|
|
|