1 | initial version |
Camera interfaces doesn't matter. Really you can't use VideoCapture to grab from some USB3 Vision and GigE Vision cameras
But You have to get the frame from PointGrey library into a memory buffer than you have to declare a cv::Mat over "user allocated data" adjusting memory layout if it's needed.
Of course you have to include and link the PointGrey library into your OpenCV project