How to compile app that uses third party adaptor (pixelink) for a PC without Matlab

5 views (last 30 days)
I have installed the pixelinkimaq adapter in the Image Aquicision toolbox and used App Designer to have a gui to capture images. This works well on my Windows 10 (Matlab 2020b) computer. However, when I compile it, and run it on another Windows 10 that does not have Matlab, it does not work. Getting the below error in the log file:
Error using videoinput (line 358)
Invalid ADAPTORNAME specified. Type 'imaqhwinfo' for a list of available ADAPTORNAMEs. Image acquisition adaptors may be available as downloadable support packages. Open <a href="matlab: imaq.internal.Utility.supportPackageInstaller">Add-On Explorer</a> to install additional adaptors.
I have tried resolving this by manually installing the pixelinkimac.dll on the other WIndows PC (but keep getting errors with that). I have tried to include the .dll file in the "files required for your application to run" in the compiler, but that did not work. I have compiled the GUI with and without the runtime included - no luck.
Note, I have several GUI's that works well on other PC's (thus the issue is not with the general use of the app designer).

Answers (0)

Products


Release

R2020b

Community Treasure Hunt

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

Start Hunting!