필터 지우기
필터 지우기

Problem with vision.VideoFileReader

조회 수: 4 (최근 30일)
Indra
Indra 2013년 6월 26일
답변: shubha p 2017년 2월 20일
Hello, I am using MATLAB R2011b and trying to use the toolbox of Computer Vision System. However, I found a problem that confuse me. I am using the syntac:
vision.VideoFileReader, but when I run the program, it showed me this notification and others.
">> playvid Undefined function 'dspmmfileinfo' for input arguments of type 'char'."
What is actually the problem? Im trying to look up on my toolbox system and it seems all okay. I tried to google to find out the solution, but no exact solution found. Anyone knows what the problem is?
Thank you.

답변 (2개)

shubha p
shubha p 2017년 2월 20일
but iam getting Undefined variable "vision" or class "vision.VideoFileReader".

Nitin
Nitin 2013년 6월 26일
편집: John Kelly 2014년 5월 27일
Try running this code using the shaky_car video inbuilt in Matlab and see if it works:
videoFReader = vision.VideoFileReader('shaky_car.avi');
videoPlayer = vision.VideoPlayer;
If it works, it probably means your file type is not supported or corrupted

카테고리

Help CenterFile Exchange에서 Computer Vision Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by