なぜ、Support Package を含む MATLAB コードを mccコマンドで作成したスタンドアロン化した時、正常に動作しないのですか?
Afficher commentaires plus anciens
Support Package (Matrox support package/ R2014a) を使用した MATLAB コードがあり、MATLAB環境下では正常に動作します。
しかしながら、 下記mccコマンドでスタンドアロンアプリケーションとしてコンパイルし、実行すると下記エラーが発生します。
>> mcc -mv video1.m -a c:\dcf\camera1.dcf
Error using videoinput (line 217)
Invalid ADAPTORNAME specified. Type 'imaqhwinfo' for a list of available ADAPTORNAMEs. Image acquisition adaptors may be available as downloadable support packages. Open Support Package Installer to install additional vendors.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur MATLAB 関数のパッケージ化 dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!