Problem with Gige Adaptor in standalone application
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaire
Réponses (0)
Voir également
Catégories
En savoir plus sur GigE Vision Hardware dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!