Write a program to open .avi video file and to hold the extracted information in a manner that makes it easy to access any desired pixel in any desired frame. Explain how you achieved this.

1 view (last 30 days)
Kindly help me, how to achieve this goal using VideoReader

Accepted Answer

Walter Roberson
Walter Roberson on 19 Jul 2015
  2 Comments
Sadaqat Rashid
Sadaqat Rashid on 22 Jul 2015
Edited: Walter Roberson on 23 Jul 2015
Hi Thanks for replying to my problem but the certain error is coming over here
" movie(hf, mov, 1, xyloObj.FrameRate); "
Error using hgMovie
Invalid object handle
Error in movie (line 41)
builtin('hgMovie',varargin{:});
Kindly solve it , thanks
Jan
Jan on 22 Jul 2015
@Sadaqat Rashid: Please post the relevant part of the code - by adding it to the original question, not as a comment. Note that we cannot guess what "hf" is, but it seems like it is not a valid handle.

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!