MATLAB Compiler with IMAQ Custom Adaptor

2 views (last 30 days)
Ryan
Ryan on 25 Sep 2014
Is it possible to use videoinput from imaq toolbox in a compiled application?
background:
Before compilation, I use imaqregister to add the custom .dll to the list of installed adaptors. This is verified by imaqhwinfo. I then compile my application with some debugging embedded. Inside the application, just before calling videoinput I log the output of imaqhwinfo. This verifies that my custom adaptor is listed as installed by when I used videoinput('custom_adaptor') the system errors with:
ADAPTORNAME not in list of installed adaptors.

Answers (0)

Community Treasure Hunt

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

Start Hunting!