Kinobo Webcam Compatibility in Image Acquisition Toolbox
1 view (last 30 days)
Show older comments
Has anyone successfully used a Kinobo webcam that is recognized in the Image Acquisition Toolbox?
0 Comments
Answers (3)
Image Analyst
on 19 Sep 2013
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
on 20 Sep 2013
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
on 20 Sep 2013
That is correct, IMAQTOOL will display them as the 'Webcam name' with a suffix of winvideo-1 or winvideo-2.
See Also
Categories
Find more on Image Acquisition Support Packages for Hardware Adaptors (Generic Video Interface) in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!