web camera video matlab
이전 댓글 표시
Hello,
i tried to turn on my integrtated camera to take pictures but an error shows up
Invalid ADAPTOR specified. Type 'imaqhwinfo' for a list of installed ADAPTORs. Image acquisition adaptors may be available as
downloadable support packages. Open Support Package Installer to install additional vendors.
Error in main>LIVE_CAM_Callback (line 415)
info = imaqhwinfo('winvideo');
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in main (line 42)
gui_mainfcn(gui_State, varargin{:});
Error in
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)main('LIVE_CAM_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating Menu Callback
답변 (1개)
Walter Roberson
2017년 3월 1일
0 개 추천
You probably need to install the OS Generic Video Interface support package; see https://www.mathworks.com/help/imaq/installing-the-support-packages-for-image-acquisition-toolbox-adaptors.html
카테고리
도움말 센터 및 File Exchange에서 Image Acquisition Support Packages for Hardware Adaptors (Generic Video Interface)에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!