FrameLink Video Capture in OpenCV

asked 2020-08-09 07:07:34 -0600

raheelkan gravatar image

Is it possible, in openCV, to read images from Camera Link compliant frame grabbers such as Imperx's Framelink grabber VCE-CLEX01? I know MatLab does! The documentation for videoCapture in openCV doesn't say anything and I have just ordered this hardware and not in a position to post things that I've tried already. If anyone has, please let us know.

Also, Is there a tool to read such grabbers in linux?

edit retag flag offensive close merge delete

Comments

it surely comes with an sdk. once you're able to grab pixels from that, you can make a Mat from that, and happily use opencv from there on.

berak gravatar imageberak ( 2020-08-09 07:54:38 -0600 )edit