How do I include a camera support package in a MATLAB compiled standalone executable?

5 vues (au cours des 30 derniers jours)
I'm trying to create a MATLAB compiled application that uses an Allied Vision GigE camera. My code works fine when running in MATLAB directly, but when I run the compiled standalone executable, the software produces the error: There are no devices installed for the specified ADAPTORNAME when I call
vid = videoinput('gige', 1, 'mono');
How do I add the support package for the camera into the executable?

Réponse acceptée

Harsheel
Harsheel le 8 Jan 2016
Modifié(e) : Harsheel le 8 Jan 2016
  4 commentaires
hollingswood
hollingswood le 13 Jan 2016
I upgraded to R2015b and fixed the issue.
Evan Bates
Evan Bates le 28 Mai 2020
Is this an issue with 2019a? I get the same issue as stated in the question.

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by