Invalid MEX-file The specified module could not be found (R2010a)
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi, I am a french guy, sorry for my English ... I am on MATLAB R2010a and i want to use Openni and Nite to have a tracker for the kinect.
I follow these instruction http://www.mathworks.com/matlabcentral/fileexchange/30242-kinect-matlab but i have an error when i try to execute example.m, after 4 hour i will surrend ... I get this error :
??? Invalid MEX-file 'C:\OpenNI1\Mex\mxNiCreateContext.mexw64': Le module spécifié est introuvable. . Error in ==> Example at 9 KinectHandles=mxNiCreateContext(SAMPLE_XML_PATH);
I try to use dependswalker to see if dlls files miss, i download all of these files and the error stay here ... I use the compiler Microsoft Visual C++ 2010 Express with Windows SDK 7.1.
If you know how to fix this error, please tell me how !
Thank you,
Souil002
댓글 수: 0
답변 (1개)
Ken Atwell
2014년 4월 19일
You are on the right track. You download the missing dependencies -- great -- but they must also be visible to MATLAB on the path. Make sure this is the case; placing the dependencies in the same folder as the MEX-File is a reasonable approach.
If that still does not work, try running Dependency Walker from within MATLAB:
>> !C:\path\to\depends.exe
I believe this will give you insight as to how MATLAB "sees" you paths and such.
댓글 수: 2
Astha Ameta
2017년 1월 19일
Hi I am facing the same issue. Even after placing the dll files in the same folder as svmtrain.mexw64 folder, I get the same error. Please advise if you know how to fix it. Thanks
Walter Roberson
2017년 1월 19일
Astha Ameta, that sounds to me as if you are trying to use a different program, not related to Kinect ?
참고 항목
카테고리
Help Center 및 File Exchange에서 Acquisition Using Kinect for Windows Hardware에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!