PCI or PCIe Capture Cards that work with OpenCV

asked 2015-12-18 12:03:02 -0600

Are there any PCI or PCIe video capture cards (BNC or RCA 4+ inputs) that work with Opencv? Or are there possible any libraries that can make this possible? Preferrably not an external software that takes a video controller and turns it into a Video Capture Device.

edit retag flag offensive close merge delete

Comments

I think taht you can find all camera iinterface available in opencv here.

After your card must be compatible with one of this interface

LBerger gravatar imageLBerger ( 2015-12-19 08:13:53 -0600 )edit

or your card must have a C++ Library/SDK to get the image as flat buffer so you can map it into a Mat

pklab gravatar imagepklab ( 2015-12-19 08:40:26 -0600 )edit