Why does the Veo Web Camera generate timeout errors when using Image Acquisition Toolbox 1.7 (R14SP1)?
显示 更早的评论
I am using the Image Acquisition Toolbox with a device named "Veo Web Camera (VFW Mapper for Messenger)". However, when I try using GETSNAPSHOT or GETDATA, a Timeout error is thrown. For example, I might execute:
vid = videoinput('winvideo');
data = getsnapshot(vid);
This code generates the following error:
??? A timeout occurred during GETSNAPSHOT.
If I try using PREVIEW, the preview window does not update or display any data.
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Image Acquisition Support Packages for Hardware Adaptors (Generic Video Interface) 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!