avoid sharing a videoobject / improve performance

1 visualizzazione (ultimi 30 giorni)
Adrian
Adrian il 27 Set 2013
Commentato: Yair Altman il 10 Ott 2013
Hi,
in my GUI I implemented a videoobject with: handles.vid = videoinput('winvideo', 1, 'RGB24_320x240');
Now the performance seems to be a bit more slower everytime I use guidata(hObject, handles) or when I share data with other GUI's. Because of the second point I realy get annoyed because I don't need the videoobject in my others GUIs, just single snapshots and handles to sliders, buttons and textfields.
How could I improve?

Risposte (1)

Walter Roberson
Walter Roberson il 27 Set 2013
You are not required to store information in the handles structure. See alternatives

Categorie

Scopri di più su Startup and Shutdown in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by