what this error means ...and what i shd do to sort it out????
1 ビュー (過去 30 日間)
表示 古いコメント
?? Undefined function or method 'videoinput' for input arguments of type 'char'.
Error in ==> webcam at 12 vid = videoinput('Video0004.avi', 1, 'RGB24_640x480');
0 件のコメント
採用された回答
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.
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!