필터 지우기
필터 지우기

I cant find web cam "winvideo" driver for my laptop acer s3 ?

조회 수: 1 (최근 30일)
x y
x y 2016년 5월 5일
댓글: Abhay kumar 2016년 7월 30일
hy i would like to start working with image processing toolbox, but I cant install the winvideo driver for my Acer s3 391 built in webcam. {I tried also my old usb web cams, but in the windows 10 device manager cant find the driver for these (genius videocam slim usb 2, lg an vc300 al,...)} I also installed the usb cam driver with matlab 2016a command>>supportPackageInstaller
When i type: imaqhwinfo
InstalledAdaptors: {'dcam'}
MATLABVersion: '9.0 (R2016a)'
ToolboxName: 'Image Acquisition Toolbox'
ToolboxVersion: '5.0 (R2016a)'
also when imaqhwinfo('dcam')
AdaptorDllName: 'C:\MATLAB\SupportPackages\R2016a\toolbox\imaq\supportpackages\dcam\ad…'
AdaptorDllVersion: '5.0 (R2016a)'
AdaptorName: 'dcam'
DeviceIDs: {1x0 cell}
DeviceInfo: [1x0 struct]
I get the error:
Error using videoinput (line 188) The DEVICEID is not a valid identifier. See IMAQHWINFO(ADAPTORNAME).
Error in redObjectTrack (line 7) vid = videoinput(camera_name, camera_id, format);
because the code use winvideo or other driver...I put in the the *getCameraInfo function manualy the paramters. Like this:
function [camera_name, camera_id, resolution] = getCameraInfo(a) info = imaqhwinfo info2 = imaqhwinfo('dcam') camera_name = 'dcam' % camera_info = info2.DeviceInfo camera_info = {[1]} camera_id = {[1]} resolution = { 'YUY2_320x240' }
  댓글 수: 1
Abhay kumar
Abhay kumar 2016년 7월 30일
u need to install the win video adapter driver in order to install it follow the below mentioned steps : open matlab click on add ons option and select get hardware support packages then install from internet the list of drivers will appear select OS GENERIC VIDEO INTERFACE this should solve your problem

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

답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by