There are no devices installed for the specified ADAPTORNAME

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

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值