필터 지우기
필터 지우기

what this error means ...and what i shd do to sort it out????

조회 수: 2 (최근 30일)
Mohd Aquib
Mohd Aquib 2013년 5월 2일
?? Undefined function or method 'videoinput' for input arguments of type 'char'.
Error in ==> webcam at 12 vid = videoinput('Video0004.avi', 1, 'RGB24_640x480');

채택된 답변

Honglei Chen
Honglei Chen 2013년 5월 2일
It looks like you don't have videoinput function in your installation. You need to have Image Acquisition Toolbox to have that function. You can do
>> ver
to verify what you have.
  댓글 수: 5
Matt Kindig
Matt Kindig 2013년 5월 2일
Your ver() output confirms that you don't have the Image Acquisition Toolbox installed, as Honglei Chen describes. Thus, you won't be able to acquire images through the videoinput() function. You might be able to find a replacement function on the File Exchange which can do this, but I am somewhat doubtful, as it would need to contain drivers for your particular video camera.
Mohd Aquib
Mohd Aquib 2013년 5월 2일
ok..thanks
do u know that replacement fuction()?? m using WebcamMaxSetup driver for my video camera

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by