Using:
Matlab 2017a
Visual studio 2017
Windows 10
I have succesfully added the Kinect folder to the windows path and compiled the cpp files using the compile_cpp function.
Upon running the videoDemo I get the following error:
Warning: The following error was caught while executing 'Kin2' class destructor:
Invalid MEX-file 'C:\Users...\MATLAB\Kinect\jrterven-Kin2-afeec4f\jrterven-Kin2-afeec4f\Mex\Kin2_mex.mexw64': Missing
dependent shared libraries:
'Kinect20.Face.dll' required by 'C:\Users...\MATLAB\Kinect\jrterven-Kin2-afeec4f\jrterven-Kin2-afeec4f\Mex\Kin2_mex.mexw64'.
Error in Kin2/delete (line 207)
Kin2_mex('delete', this.objectHandle);
Error in Kin2 (line 138)
function this = Kin2(varargin)
Error in videoDemo (line 21)
k2 = Kin2('color','depth','infrared');
In Kin2 (line 138)
In videoDemo (line 21)
Invalid MEX-file 'C:\Users...\MATLAB\Kinect\jrterven-Kin2-afeec4f\jrterven-Kin2-afeec4f\Mex\Kin2_mex.mexw64': Missing
dependent shared libraries:
'Kinect20.Face.dll' required by 'C:\Users...\MATLAB\Kinect\jrterven-Kin2-afeec4f\jrterven-Kin2-afeec4f\Mex\Kin2_mex.mexw64'.
Error in Kin2 (line 202)
this.objectHandle = Kin2_mex('new', flags);
Error in videoDemo (line 21)
k2 = Kin2('color','depth','infrared');
`
I don't know how to resolve this problem.
Using:
Matlab 2017a
Visual studio 2017
Windows 10
I have succesfully added the Kinect folder to the windows path and compiled the cpp files using the compile_cpp function.
Upon running the videoDemo I get the following error:
Warning: The following error was caught while executing 'Kin2' class destructor:
Invalid MEX-file 'C:\Users...\MATLAB\Kinect\jrterven-Kin2-afeec4f\jrterven-Kin2-afeec4f\Mex\Kin2_mex.mexw64': Missing
dependent shared libraries:
'Kinect20.Face.dll' required by 'C:\Users...\MATLAB\Kinect\jrterven-Kin2-afeec4f\jrterven-Kin2-afeec4f\Mex\Kin2_mex.mexw64'.
Error in Kin2/delete (line 207)
Kin2_mex('delete', this.objectHandle);
Error in Kin2 (line 138)
function this = Kin2(varargin)
Error in videoDemo (line 21)
k2 = Kin2('color','depth','infrared');
Error in Kin2 (line 202)
this.objectHandle = Kin2_mex('new', flags);
Error in videoDemo (line 21)
k2 = Kin2('color','depth','infrared');
`
I don't know how to resolve this problem.