I have to use Implay in a axes of a GUI, without imshow or other options, how can I do it?
    1 visualizzazione (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
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 Commenti
  souilah ridha
 il 19 Mar 2020
				
      Modificato: souilah ridha
 il 19 Mar 2020
  
			did u get the solution ? i need it also 
Risposte (0)
Vedere anche
Categorie
				Scopri di più su Environment and Settings 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!


