VideoReader not recognized in my MATLAB version

조회 수: 4 (최근 30일)
Sally
Sally 2012년 1월 11일
댓글: Image Analyst 2016년 4월 2일
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.

채택된 답변

Chandra Kurniawan
Chandra Kurniawan 2012년 1월 11일
It seem your Matlab doesn't recognize command VideoReader.
How about use mmreader instead?

추가 답변 (2개)

Walter Roberson
Walter Roberson 2012년 1월 11일
VideoReader was introduced in R2010b

Image Analyst
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
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
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 CenterFile Exchange에서 Audio and Video Data에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by