Filter löschen
Filter löschen

Put webcam live figure inside GUI axes ??

2 Ansichten (letzte 30 Tage)
shorav suriyal
shorav suriyal am 10 Sep. 2017
Kommentiert: shorav suriyal am 11 Sep. 2017
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

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 10 Sep. 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 Kommentare
Walter Roberson
Walter Roberson am 11 Sep. 2017
getframe() axes1 and display the result in axes2.
shorav suriyal
shorav suriyal am 11 Sep. 2017
Thankyou so much you solved my problem

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Migrate GUIDE Apps finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by