VideoReader not recognized in my MATLAB version
Show older comments
Hi everyone,
I am trying to make a video reader object as:
VidObj = VideoReader('Filename.ext');
But I receive the following error:
Undefined function or method 'VideoReader' for input arguments of type 'char'.
How can I solve this problem?
I am using MATLAB 7.10.0 (R2010a).
Thank you in advance.
Accepted Answer
More Answers (2)
Walter Roberson
on 11 Jan 2012
0 votes
VideoReader was introduced in R2010b
Image Analyst
on 11 Jan 2012
0 votes
I'd recommend upgrading to the current version (R2011b or R2012a beta). You're at least 3 versions behind.
4 Comments
Shruti V S
on 2 Apr 2016
mov=VideoReader(filename); is not working in Matlab version 2012 software. what to do? suggest me..
Shruti V S
on 2 Apr 2016
i tried mmreader(), but this command also not working.
Walter Roberson
on 2 Apr 2016
Shruti V S, when you say that it is not working, what result are you observing? And what do you see for
which VideoReader
?
Image Analyst
on 2 Apr 2016
What does it say when you try mmreader()? If I remember correctly, a predecessor to mmreader was avireader() but that only worked for avi files. Anyway, after 4 years, it's time to upgrade so that you can enjoy all of the latest capabilities.
Categories
Find more on Audio and Video Data in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!