Customize Opencv to get raw data from usb(Imaging )device

asked 2016-01-13 02:34:18 -0600

Saran gravatar image

Hi all,

I want OpenCV to capture raw data from the camera device. Can any one guide me in this. The camera device will be sending some data like "FF" for 16KB, I want to get it without being Processed by the OpenCV.

edit retag flag offensive close merge delete

Comments

probably a better idea, to sidestep opencv's videocapture then, and write your own low-level code ..

berak gravatar imageberak ( 2016-01-13 02:50:53 -0600 )edit

I have tried with libusbdotnet but packets are missing , can you suggest any other tool

Saran gravatar imageSaran ( 2016-01-13 03:42:01 -0600 )edit