Problem with Gige Adaptor in standalone application

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

Same issue here when comiling application that uses imaq

Sign in to comment.

Answers (0)

Asked:

on 8 Mar 2017

Commented:

on 28 May 2020

Community Treasure Hunt

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

Start Hunting!