How do I include a camera support package in a MATLAB compiled standalone executable?
10 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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?
0 Commenti
Risposta accettata
Harsheel
il 8 Gen 2016
Modificato: Harsheel
il 8 Gen 2016
Does this link help you?
4 Commenti
Evan Bates
il 28 Mag 2020
Is this an issue with 2019a? I get the same issue as stated in the question.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su GigE Vision Hardware in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!