Effacer les filtres
Effacer les filtres

How to display video by App designer?

5 vues (au cours des 30 derniers jours)
ying xiong
ying xiong le 28 Mai 2017
Commenté : ying xiong le 3 Avr 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?

Réponse acceptée

Walter Roberson
Walter Roberson le 29 Mai 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 commentaires
Lydin Camilleri
Lydin Camilleri le 3 Avr 2018
Modifié(e) : Lydin Camilleri le 3 Avr 2018
Should give example PLease
ying xiong
ying xiong le 3 Avr 2018
Hi, at last, I didn't use this method because I couldn't remove the axis. So I directly use the MATLAB code to write a video player

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur 使用 App 设计工具开发 App dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!