Info
この質問は閉じられています。 編集または回答するには再度開いてください。
I can't connect my webcam in GUI matlab
1 回表示 (過去 30 日間)
古いコメントを表示
I attech file I find error * Error in gui_mainfcn (line 95) feval(varargin{:});
Error in webcam1 (line 42) gui_mainfcn(gui_State, varargin{:});
Error in matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)webcam1('connect_Callback',hObject,eventdata,guidata(hObject)) *Error while evaluating UIControl Callback
1 件のコメント
Jan
2017 年 6 月 2 日
編集済み: Jan
2017 年 6 月 2 日
Please copy the complete error message. We see only, where the problem occurres, but now the explanation, what the problem is. The term "webcam1" does not even occur anywhere in the posted code. This means that the error appears in some other code. This is at least confusing for a discussion in the forum.
回答 (1 件)
Walter Roberson
2017 年 6 月 2 日
You need to rename guiconnect.m to webcam1.m and you need to rename guiconnect.fig to webcam1.fig
0 件のコメント
この質問は閉じられています。
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!