How do I include a camera support package in a MATLAB compiled standalone executable?
2 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
Harsheel
2016 年 1 月 8 日
編集済み: Harsheel
2016 年 1 月 8 日
Does this link help you?
4 件のコメント
Evan Bates
2020 年 5 月 28 日
Is this an issue with 2019a? I get the same issue as stated in the question.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で GigE Vision Hardware についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!