Installed adaptors still No Image Acquisition adaptors found

11 ビュー (過去 30 日間)
Nicolas Yudistira
Nicolas Yudistira 2015 年 4 月 7 日
コメント済み: 秋迪 何 2023 年 10 月 18 日
I have install the support package for matlab r2014b version. But the adaptor still not installed. The matlab told me there is no Image Acquisition adaptors found. How could I fix this?
  4 件のコメント
KAE
KAE 2017 年 6 月 1 日
編集済み: KAE 2017 年 6 月 2 日
I am having this problem too in R2015b 32 bit. I have the Trial version of the Image Acquisition Toolbox, as well as the full version of Matlab and the Image Processing Toolbox. I installed my camera manufacturer's hardware twice using 'Support Package Installer' without any errors and restarted Matlab after, and still got the following output from imaqhwinfo,
InstalledAdaptors: {}
MATLABVersion: '8.6 (R2015b)'
ToolboxName: 'Image Acquisition Toolbox'
ToolboxVersion: '4.10 (R2015b)'
Here is info about the OS Generic Video Interface. When I tried to install it I got,
Warning: Unable to save path to "C:\Program Files (x86)\MATLAB\R2015b\toolbox\local\pathdef.m".
MATLAB may not have write access to the folder. Possible fix:
1) Use SAVEPATH with an input argument to save path to a temporary file
2) Restart MATLAB as Administrator
3) Load path from temporary file
4) Call SAVEPATH
> In hwconnectinstaller.RegistryUtils.savePath
In hwconnectinstaller.PackageInstaller/install
In hwconnectinstaller.PackageInstaller/installRecursiveImp
In hwconnectinstaller.PackageInstaller/installRecursive
In hwconnectinstaller.internal.executeConfirm>installFromFolder
In hwconnectinstaller.internal.executeConfirm>performThreadedDownload
In hwconnectinstaller.internal.executeConfirm>installFromInternet
In hwconnectinstaller.internal.executeConfirm>installWorkflow
In hwconnectinstaller.internal.executeConfirm
In hwconnectinstaller.Step/next
So I switched to running Matlab as Administrator, installed the generic video interface, saved the path with savepath, and the generic video interface appeared in imaqhwinfo. I then tried to install my camera manufacturer's hardware but it still did not appear in imaqhwinfo. So, I put in a Service Request and the person from MathWorks said that I would need to have first manually downloaded the drivers for my camera manufacturer before running the Support Package Installer. [I am not able to confirm because I can no longer access the Image Acquisition Toolbox, but am mentioning this in case it helps someone].
KAE
KAE 2017 年 6 月 30 日
When I bought the non-trial version of the Image Acquisition Toolbox, the problem disappeared.

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

回答 (2 件)

morteza samadi
morteza samadi 2016 年 12 月 31 日
I had same the problem, this worked for me: Go to Home tab >> Get Hardware Support Package under Add-Ons from Environment section >> choose Install from Internet and select OS Generic Video Interface from supported drivers >> Next >> I accept and Next >> wait for installation finished. There you go. type 'imaqhwinfo' in Command Window and see 'winvideo' is added
  4 件のコメント
Yeshua Moran
Yeshua Moran 2022 年 6 月 14 日
OMG, Thank you sir.
秋迪 何
秋迪 何 2023 年 10 月 18 日
Thank you so much sir!!

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


Madhura Suresh
Madhura Suresh 2017 年 6 月 7 日
The OS Generic works with the gstreamer system libraries on linux. MATLAB supports gstreamer 1.0 for releases R2017a and later, and gstreamer 0.10 for other releases. You can get the version of gstreamer on your system by running this on your linux terminal:
dpkg -l libgst* | grep ^i

Community Treasure Hunt

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

Start Hunting!

Translated by