Azzera filtri
Azzera filtri

Put webcam live figure inside GUI axes ??

2 visualizzazioni (ultimi 30 giorni)
I need put my live figure of webcam inside the gui axes. i tried many steps but not working. I have attached my code.Please help

Risposta accettata

Walter Roberson
Walter Roberson il 10 Set 2017
See https://www.mathworks.com/help/imaq/previewing-data.html#f11-76067 for preview() specifically. For non-preview, you can
set(hImage, 'CData', boxInserter)
drawnow();
  3 Commenti
Walter Roberson
Walter Roberson il 11 Set 2017
getframe() axes1 and display the result in axes2.
shorav suriyal
shorav suriyal il 11 Set 2017
Thankyou so much you solved my problem

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Migrate GUIDE Apps 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