How to compile app that uses third party adaptor (pixelink) for a PC without Matlab
2 次查看(过去 30 天)
显示 更早的评论
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).
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Acquisition Support Packages for Hardware Adaptors (Generic Video Interface) 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!