Play recorded video on gui and take frame from it
Ältere Kommentare anzeigen
How can I take a frame from video file that is recorded (not real time).
Akzeptierte Antwort
Weitere Antworten (3)
Shashank Prasanna
am 26 Feb. 2013
xyloObj = VideoReader('xylophone.mpg');
read(xyloObj, frameNumber);
1 Kommentar
ali
am 26 Feb. 2013
ali
am 26 Feb. 2013
0 Stimmen
ali
am 27 Feb. 2013
0 Stimmen
Kategorien
Mehr zu Video Formats and Interfaces finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!