FrameLink Video Capture in OpenCV
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?
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.