Hello.
I have a Bison webcam that is working in my Debian 9 laptop. However, after I install usb wecam support package and Image Aquisition Toolbox, MatLab can't still "see" my webcam.
This is what command window shows:
>> imaqhwinfo linuxvideo
ans =
struct with fields:
AdaptorDllName: '/home/........./Documents/MATLAB/SupportPackages/R2016b/toolbox/imaq/supportpackages/genericvideo/…'
AdaptorDllVersion: '5.1 (R2016b)'
AdaptorName: 'linuxvideo'
DeviceIDs: {1×0 cell}
DeviceInfo: [1×0 struct]
>> webcam
No webcams have been detected. Please ensure the webcam is connected to the system.
Then I did:
>> dev_info=imaqhwinfo('linuxvideo', 1)
Error using imaqhwinfo (line 143)
There is no device with the specified DEVICEID.
I also tried:
>> vid = videoinput('linuxvideo', 1)
Error using videoinput (line 233)
There are no devices installed for the specified ADAPTORNAME. See IMAQHWINFO.
but still no way of detecting my webcam.
0 Comments
Sign in to comment.