Kinobo Webcam Compatibility in Image Acquisition Toolbox
显示 更早的评论
Has anyone successfully used a Kinobo webcam that is recognized in the Image Acquisition Toolbox?
回答(3 个)
Image Analyst
2013-9-19
0 个投票
No, but what's the problem? Does it show up in imaqtool? It may appear there as winvideo if you don't see it at Kinobo.
Anchit Dhar
2013-9-20
The winvideo adaptor can detect/acquire from any camera that is UVC compliant. You can check if the Kinobo webcam is UVC compliant.
Also, if you connect two cameras to a machine, the winvideo adaptor will detect them as two devices on the same adaptor (not as winvideo1).
>> imaqhwinfo winvideo
ans =
AdaptorDllName: 'xxxxxxxxxxxx\mwwinvideoimaq.dll'
AdaptorDllVersion: '4.4 (R2013a)'
AdaptorName: 'winvideo'
DeviceIDs: {[1] [2]}
DeviceInfo: [1x2 struct]
should display them as two device.
Anchit Dhar
2013-9-20
0 个投票
That is correct, IMAQTOOL will display them as the 'Webcam name' with a suffix of winvideo-1 or winvideo-2.
类别
在 帮助中心 和 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!