VideoReader not recognized in my MATLAB version
4 次查看(过去 30 天)
显示 更早的评论
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.
0 个评论
采纳的回答
Chandra Kurniawan
2012-1-11
It seem your Matlab doesn't recognize command VideoReader.
How about use mmreader instead?
0 个评论
更多回答(2 个)
Image Analyst
2012-1-11
I'd recommend upgrading to the current version (R2011b or R2012a beta). You're at least 3 versions behind.
4 个评论
Walter Roberson
2016-4-2
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
2016-4-2
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.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Large Files and Big Data 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!