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

1 view (last 30 days)
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

Answers (0)

Categories

Find more on Environment and Settings in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!