There are no devices installed for the specified ADAPTORNAME

本文详细介绍了如何在使用Matlab R2011b进行图像获取时遇到winvideo设备未安装错误的解决方案,通过调用imaqreset命令来重置和卸载所有适配器,进而解决无法从相机请求资源的问题。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

I was using the Matlab R2011b and intended to request the resource from the camera. The camera was well set up. 

Problem description:

>> OUT = imaqhwinfo 


OUT = 


    InstalledAdaptors: {'matrox'  'winvideo'}
        MATLABVersion: '7.13 (R2011b)'
          ToolboxName: 'Image Acquisition Toolbox'
       ToolboxVersion: '4.2 (R2011b)'


>> source.vid = videoinput('winvideo', 1,'YUY2_320x240');
Error using videoinput (line 228)
There are no devices installed for the specified ADAPTORNAME. See IMAQHWINFO.


 Solution:

>> imaqreset

>> vid = videoinput('winvideo', 1,'YUY2_320x240');
>> help imaqreset
 imaqreset Disconnect and delete all image acquisition objects.
 
     imaqreset deletes any image acquisition objects existing in 
     memory as well as unloads all adaptors loaded by the toolbox. As
     a result, the image acquisition hardware is reset.
 
     imaqreset is the image acquisition command that returns MATLAB to 
     the known state of having no image acquisition objects and no 
     loaded image acquisition adaptors.
 
     imaqreset will also force the toolbox to search for new hardware 
     that may have been installed while MATLAB was running.
 
     imaqreset should not be called from any of the callbacks of a
     VIDEOINPUT object such as the StartFcn or FramesAcquiredFcn.
 
     See also imaqhelp, imaqdevice/delete.


    Reference page in Help browser
       doc imaqreset

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值