Problem with the MATLAB interface for SR4500 camera (time of flight camera)

조회 수: 1 (최근 30일)
Abbas Atefi
Abbas Atefi 2016년 12월 28일
댓글: Abbas Atefi 2016년 12월 28일
Hi everyone,
I work with a SR4500 camera (it works with Ethernet). When I run
function sr_loadlib()
in MATLAB 2015, it gives me this error (I also add the path of swissranger camera in MATLAB path):
Warning: A loader file was supplied that was built with a previous version of MATLAB that will not be supported in future versions of MATLAB.
> In loadlibrary (line 406)
In sr_loadlib (line 23)
Error using loadlibrary (line 447)
There was an error loading the library "libMesaSR"
The specified module could not be found.
Error in sr_loadlib (line 23)
loadlibrary('libMesaSR',@sr_loadlibproto);
Caused by:
Error using loaddefinedlibrary
The specified module could not be found.
How can I solve this problem?
Thanks,
Abbas

답변 (1개)

Walter Roberson
Walter Roberson 2016년 12월 28일
"The specified module could not be found." often means that the library you are loading (libMesaSR in this case) relies upon a DLL that is not present in your system.
You might need to download a different driver from http://hptg.com/industrial/
  댓글 수: 1
Abbas Atefi
Abbas Atefi 2016년 12월 28일
Hi Walter,
Thank you for your answer. I downloaded other drivers. I tested the function (for the drivers) in MATLAB again, but it did not work and I got the same error.
Thanks,
Abbas

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 MATLAB Support Package for IP Cameras에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by