How to display video by App designer?
4 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Walter Roberson
2017-5-29
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 个评论
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!