I wonder why the behaviour of Matlab(using an Activex) change if I compile the Mfile to get a stand-alone application?

3 ビュー (過去 30 日間)
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 件)

カテゴリ

Help Center および File ExchangeActiveX についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by