How to display video by App designer?

3 visualizzazioni (ultimi 30 giorni)
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?

Risposta accettata

Walter Roberson
Walter Roberson il 29 Mag 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 Commenti
Lydin Camilleri
Lydin Camilleri il 3 Apr 2018
Modificato: Lydin Camilleri il 3 Apr 2018
Should give example PLease
ying xiong
ying xiong il 3 Apr 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

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su 使用 App 设计工具开发 App in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!