I have to use Implay in a axes of a GUI, without imshow or other options, how can I do it?

1 回表示 (過去 30 日間)
dafniz91
dafniz91 2016 年 5 月 16 日
編集済み: souilah ridha 2020 年 3 月 19 日
hi, hope someone can help me: I have to use implay because of the smooth play of the videos I´m using and their quality. but the problem is that I want to do it to show it in a axes of GUI. there have been similar questions, but the solution they get is that they replace implay for imshow and this won´t work for what I´m doing. my code for this is below, just as a normal adressing to an axes...that plays the video in an independent window and not in the axes
close(writer);
axes(handles.video);
set(gca,'ytick',[]);
set(gca,'xtick',[]);
Z=implay('inicio.avi');
someone have an idea?
or is there a way to mask the Video Viewer App, that implay use? something like to know where the viewer will appear and put an image to cover up the viewer?
any idea would be of help
  2 件のコメント
Gabriel Zalles
Gabriel Zalles 2017 年 6 月 26 日
I am trying to do the same thing, did you figure it out?
souilah ridha
souilah ridha 2020 年 3 月 19 日
編集済み: souilah ridha 2020 年 3 月 19 日
did u get the solution ? i need it also

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeEnvironment and Settings についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by