Customize Opencv to get raw data from usb(Imaging )device
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.
probably a better idea, to sidestep opencv's videocapture then, and write your own low-level code ..
I have tried with libusbdotnet but packets are missing , can you suggest any other tool