how to extract i frame from video

1 view (last 30 days)
i m working with real time digital video encryption on mpeg4 format.

Accepted Answer

Image Analyst
Image Analyst on 3 Aug 2014
Use the getsnapshot() function to grab a frame from the live video.
  2 Comments
pranali p
pranali p on 19 Aug 2014
but i want to work with i frame.but to extract i frame??
Image Analyst
Image Analyst on 19 Aug 2014
What is an "i frame"? Like I said, just use getsnapshot():
snappedImage = getsnapshot(videoObject);

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!