Problem with Gige Adaptor in standalone application
1 view (last 30 days)
Show older comments
Hello guys,
I am running Matlab2016b on Ubuntu 16.04 , and i am trying to make a standalone application using my Gige camera. I am compiling the code with App Compiler just fine including the supported packages ( gige adaptor package). When I run the .sh file using the path of my MCR as argument I get this warning :
sudo ./run_file.sh /usr/local/MATLAB/MATLAB_Runtime/v91
Warning: No Image Acquisition adaptors found. Image acquisition adaptors may be available as downloadable support
packages. Open <a href="matlab: imaq.internal.Utility.supportPackageInstaller">Support Package Installer</a> to
install additional vendors.
But when I run : sudo ./run_file.sh /usr/local/MATLAB/R2016b , the code is running ok. Currently the code i am running for testing reason is just the command : imaqsupport
I have turned on the MCR_CACHE_VERBOSE variable and the log output is the same in both times
Can anyone help me to figure out what the problem is?
1 Comment
Answers (0)
See Also
Categories
Find more on GigE Vision Hardware in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!