Why matlab R2014a dont want to work with my webcam?

2 ビュー (過去 30 日間)
Pavel
Pavel 2014 年 11 月 14 日
回答済み: Diah Junaidi 2019 年 5 月 31 日
I tried three different cameras, only one was connected with every try and always a same result.
>> imaqhwinfo
ans =
InstalledAdaptors: {'winvideo'}
MATLABVersion: '8.3 (R2014a)'
ToolboxName: 'Image Acquisition To...'
ToolboxVersion: '4.7 (R2014a)'
>> imaqhwinfo('winvideo',1)
ans =
DefaultFormat: 'RGB24_320x240'
DeviceFileSupported: 0
DeviceName: 'Logitech QuickC...'
DeviceID: 1
VideoInputConstructor: 'videoinput('win...'
VideoDeviceConstructor: 'imaq.VideoDevic...'
SupportedFormats: {1x15 cell}
>> obj = videoinput('winvideo',1)
Error using videoinput (line 391) winvideo: Image acquisition device is not accessible. No such interface supported Make sure no other objects or applications are accessing the same device.
  3 件のコメント
theking
theking 2018 年 3 月 16 日
isaac solis im also having the same problem. do you found any solution????
francisco carlos
francisco carlos 2018 年 4 月 10 日
Also I have the same problem. Help please.

サインインしてコメントする。

回答 (1 件)

Diah Junaidi
Diah Junaidi 2019 年 5 月 31 日
Best way to solve this ---> if the usb webcam doesnt wanna install winvideo but you just have webcam, so you absolutely should choose : Image Acquisition Toolbox Support Package for "OS Generic Video Interface". This is the answer.
This Image Acquisition is suit running on > Matlab2014

Community Treasure Hunt

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

Start Hunting!

Translated by