creat movie of Screen
Mostrar comentarios más antiguos
How can I control a keyborad. I wanna creat a loop, that get "Print-Screen" key in it's itterations to copy screen. then past the clipboard in an matrix. finally use this matrixs as frams to creat a movie.
Respuesta aceptada
Más respuestas (1)
Image Analyst
el 15 de Jun. de 2013
0 votos
2 comentarios
omid jab
el 16 de Jun. de 2013
Image Analyst
el 16 de Jun. de 2013
Then try this one: http://matlab.wikia.com/wiki/FAQ#How_do_I_extract_frames_from_a_video_file.3F. You can use getframe() to get your figure as an image, and then use im2frame() to build up the movie frame by frame.
Categorías
Más información sobre Programming en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!