Filter löschen
Filter löschen

imshow in app designer is not working

2 Ansichten (letzte 30 Tage)
qiana curcuru
qiana curcuru am 21 Feb. 2018
Bearbeitet: qiana curcuru am 21 Feb. 2018
I am trying to show the first frame of a video on a gui in app designer. So far, everything seems to process, and I am not receiving any errors, but the image I want is not showing. All I get is the UIAxes disapears, and nothing shows up.
obj=VideoReader(x); vid=read(obj); firstframe=read(obj,1); imshow(firstframe,'Parent',app.UIAxes);

Antworten (0)

Kategorien

Mehr zu Develop Apps Using App Designer finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by