Problem with the MATLAB interface for SR4500 camera (time of flight camera)
1 回表示 (過去 30 日間)
古いコメントを表示
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
0 件のコメント
回答 (1 件)
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.
参考
カテゴリ
Help Center および File 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!