Line Scan Camera Support

In latest cvcdriver dll documentation it states that the ILineScan interface is:

“Deprecated since Common Vision Blox 13.01.000 because most drivers do not support the ILineScan interface any more.”

But, if my Line Scan camera driver does support the interface, will the cvcdriver dll still allow the ILineScan interface to be used?

Hi @StevePSS,

The ILineScan interface is intended to offer generic configuration to CameraLink grabbers connected to line scan cameras. It has no direct connection any camera. As of today such generic configuration is usually handled through GenICam, so there is no need for ILineScan anymore.

Grabber drivers that used to support ILineScan will continue to do so, but we will not offer any support or bug fixes for it.

Best regards

Andreas