PCI or PCIe Capture Cards that work with OpenCV
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.
I think taht you can find all camera iinterface available in opencv here.
After your card must be compatible with one of this interface
or your card must have a C++ Library/SDK to get the image as flat buffer so you can map it into a
Mat