How to display video by App designer?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
ying xiong
el 28 de Mayo de 2017
Comentada: ying xiong
el 3 de Abr. de 2018
Am I able to use the App Designer to build an application, which can read the video information from Simulink (the video processed by Simulink), and display it with full screen?
0 comentarios
Respuesta aceptada
Walter Roberson
el 29 de Mayo de 2017
Yes. From R2016b, App Designer allows you to use image() or imshow(). You can construct a UIaxes, put an image() on it, and then each step through the video you can set the CData property of the image object to the updated content.
4 comentarios
Lydin Camilleri
el 3 de Abr. de 2018
Editada: Lydin Camilleri
el 3 de Abr. de 2018
Should give example PLease
Más respuestas (0)
Ver también
Categorías
Más información sobre 使用 App 设计工具开发 App 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!