Azzera filtri
Azzera filtri

What must i do..?...

9 visualizzazioni (ultimi 30 giorni)
seokmin cha
seokmin cha il 15 Giu 2018
Risposto: Sindhu Yerragunta il 18 Giu 2018
During Using got error: videoinput (line 219) Invalid ADAPTORNAME specified. Type 'imaqhwinfo' for a list of available ADAPTORNAMEs. Image acquisition adaptors may be available as downloadable support packages. Open Add-Ons Explorer to install additional adaptors.
Error: untitled3>untitled3_OpeningFcn (line 54) vid=videoinput('winvido',1,'YUY2_640x480');
Error: gui_mainfcn (line 220) feval(gui_State.gui_OpeningFcn, gui_hFigure, [], guidata(gui_hFigure), varargin{:});
Error: untitled3 (line 42) gui_mainfcn(gui_State, varargin{:});
  1 Commento
Adam
Adam il 15 Giu 2018
Did you try what the error message itself suggests? I don't have access to that function so I don't know what it expects, but the error message seems to give plenty of helpful information.

Accedi per commentare.

Risposte (1)

Sindhu Yerragunta
Sindhu Yerragunta il 18 Giu 2018
Hi Seokmin,
From the error message, it seems like there is a typo in the adaptor name.
It should be 'winvideo' not 'winvido'. Hope this helps to resolve the issue.
-Sindhu

Community Treasure Hunt

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

Start Hunting!

Translated by