Clear Filters
Clear Filters

extraction of video frames in simulink

1 view (last 30 days)
Hi everybody! I want to extract video frames in simulink.Currently I have used Multimedia file block for reading the video and what block should I use for extracting frames one by one.
  2 Comments
Wayne King
Wayne King on 22 Sep 2012
What version of MATLAB are you using? Do you the Video and Image Processing Blockset, or the newer Computer Vision System Toolbox?
azan
azan on 22 Sep 2012
Edited: azan on 22 Sep 2012
I am using Matlab2009 and its having video and Image Processing Blockset. Any Help???

Sign in to comment.

Accepted Answer

Wayne King
Wayne King on 23 Sep 2012
If you just want to view the video one frame at a time, then just use the "Next Step" button on the toolbar. Just below the printer icon there is the "Continue" button and next to that is the "Next Step" button. That steps through the video frame by frame.

More Answers (1)

Wayne King
Wayne King on 23 Sep 2012
You should not start a new thread for the identical topic:
The From Multimedia File Block outputs the video one frame at a time so if you connect that block to another block, you will be processing the video one frame at a time.
  1 Comment
azan
azan on 23 Sep 2012
I started a new thread because I was thinking that may be I have asked the wrong question thats why no one is answering it. Would it be possible to view that single frame at a time in simulink because when I use video viewer it displays the whole video.

Sign in to comment.

Products

Community Treasure Hunt

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

Start Hunting!