I have to use Implay in a axes of a GUI, without imshow or other options, how can I do it?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
souilah ridha
el 19 de Mzo. de 2020
Editada: souilah ridha
el 19 de Mzo. de 2020
did u get the solution ? i need it also
Respuestas (0)
Ver también
Categorías
Más información sobre Environment and Settings en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!