Borrar filtros
Borrar filtros

Put webcam live figure inside GUI axes ??

2 visualizaciones (últimos 30 días)
shorav suriyal
shorav suriyal el 10 de Sept. de 2017
Comentada: shorav suriyal el 11 de Sept. de 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

Respuesta aceptada

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

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by