Play recorded video on gui and take frame from it

1 view (last 30 days)
How can I take a frame from video file that is recorded (not real time).

Accepted Answer

Doug Hull
Doug Hull on 26 Feb 2013
  1 Comment
ali
ali on 26 Feb 2013
thanks so much but ı know these are.
When ı show this video on axes in gui,
it cant be stopped and ı cant take a frame from it .

Sign in to comment.

More Answers (3)

Shashank Prasanna
Shashank Prasanna on 26 Feb 2013
xyloObj = VideoReader('xylophone.mpg');
read(xyloObj, frameNumber);
  1 Comment
ali
ali on 26 Feb 2013
thanks so much but ı know these are.
When ı show this video on axes in gui,
it cant be stopped and ı cant take a frame from it .

Sign in to comment.


ali
ali on 26 Feb 2013
thanks so much but ı know these are.
When ı show this video on axes in gui,
it cant be stopped and ı cant take a frame from it .

ali
ali on 27 Feb 2013
The image is like this it only takes axes not video,the image is like below

Tags

Community Treasure Hunt

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

Start Hunting!