I wonder why the behaviour of Matlab(using an Activex) change if I compile the Mfile to get a stand-alone application?
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi, I wonder why, when using an activex in MFILE to make preview of a camera, everything goes at the right speed. But when I compile this Mfile, I'm just able to get a frame every four seconds?
piece of code used:
actx = actxcontrol('ActiveUSB.ActiveUSB.1', [5 5 200 200], gcf);
actx.set('Display',true)
actx.set('Acquire',true)
the Activex is from ActiveUsb (to use usb3 vision compliant cameras) and I use Windows 7 Sp1 32 bits et matlab R2013b.
0 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur ActiveX dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!