Ask Your Question

Kiran93's profile - activity

2017-07-05 06:19:29 -0600 asked a question Open CV Support for USB3.0 cameras

Hi all, I am working in a project where a USB3.0 device is being used as an input camera and the stream is collected in a QT application for which OpenCV backend is used in Video Acquisition.I wanted to know whether OpenCV Supports the USB3.0 devices or not.Any information on this would be really helpful.As far as i know OpenCV relies on V4W(Windows),Directshow API,V4L(Linux) to read the data from kernel mode.I want to know whether this configuration of Video I/O supports USB3 core driver sittting on xHCI driver for USB3 devices(Video Class Camera in this case)

2017-05-08 04:26:02 -0600 asked a question Getting Vendor Details of a Camera

I am using Logitech HD Cam C525 for image/video streaming through opencv.My functionality includes first detecting the availability of camera and then displaying its vendor details like name(Logitech),Model(HD CAM),Serial No(C525)..etc.I would like to know how to get these details in opencv.What are the relevant classes.Any Information on this would be really helpful Thanks in Advance