Installed OS Generic Video but no imaq adaptor found

1 view (last 30 days)
I have installed OS Generic Video on my linux computer. When I type in imaqhwinfo I get:
imaqInfo =
InstalledAdaptors: {'dcam' 'gentl'}
MATLABVersion: '9.0 (R2016a)'
ToolboxName: 'Image Acquisition Toolbox'
ToolboxVersion: '5.0 (R2016a)'
From what I read, it seems like I want linuxvideo but its not there. The camera I'm using is ELP-USB500W02M-L21, and it works fine on a windows computer but not linux.
What is wrong and how do I fix it?
Any help is greatly appreciated!!

Answers (1)

Ritesh Naik
Ritesh Naik on 18 Apr 2016
If you used the following command to install the OS Generic Video, check in the path that was mentioned in the last window of the installation(path where support packages are installed) and check if you have the 'mwlinuxvideoimaq.so' dll and other required files('mwlinuxvideoimaq.imdf' and 'mwlinuxvideoimaq.so.dbg') present in the {path-where-support-packages-are-installed }/genericvideo/adaptor/glnxa64/
>>supportPackageInstaller
It is suggested to use the 'supportPackageInstaller' to install support packages. Following link talks about the same:
If you find the 'mwlinuxvideoimaq.so' and other required files present in the expected path and still 'linuxvideo' is not shown as the installed adaptors, try opening MATLAB with administrator privileges and also check permissions of the folder where OS Generic Video support package is installed.

Tags

Community Treasure Hunt

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

Start Hunting!