clsersis#
To use the library, the include file clser.h should be added to the source code.
#include <clser.h>
Additionally, clsersis.lib should be added to your Microsoft Visual Studio Project, or libclsersis.so to your Linux project. If you use CMake, the package name is ClSerSis, the libraries are stored in the variable ${clsersis_LIBRARIES} and the the include directory is stored in the variable ${clsersis_INCLUDE_DIR}. See Prerequisites for more details on projects and how to use CMake.
For further information about the API, see the Camera Link standard.
Refer to the Camera Link Specifications document for further information on how to use Camera Link Serial. In addition, the documentation of your camera contains details about how to implement the vendor specific protocol to access camera features.