Kinobo Webcam Compatibility in Image Acquisition Toolbox
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Has anyone successfully used a Kinobo webcam that is recognized in the Image Acquisition Toolbox?
0 comentarios
Respuestas (3)
Image Analyst
el 19 de Sept. de 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
el 20 de Sept. de 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
el 20 de Sept. de 2013
That is correct, IMAQTOOL will display them as the 'Webcam name' with a suffix of winvideo-1 or winvideo-2.
Ver también
Categorías
Más información sobre Image Acquisition Support Packages for Hardware Adaptors (Generic Video Interface) en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!