Grablink Sample Programs
Sample programs for Grablink products
GrablinkSnapshot
This is a simple application demonstrating the MultiCam Snapshot acquisition mode on a Grablink board. The program performs continuous image acquisitions and display.
Note: The sample code is written for the MC_Connector
MultiCam parameter has to be changed according to the sample program comments.
GrablinkSnapshotTrigger
This is a simple application demonstrating the MultiCam Snapshot acquisition mode on a Grablink board. The program performs one frame acquisition and displays it each time a hardware or software trigger event occurs.
Note: The sample code is written for the TrigCtl
parameter has to be updated according to the sample program comments.
grablink_snapshot_trigger
This is a simple SDL based application demonstrating the MultiCam Snapshot acquisition mode using a Grablink board. The program performs one frame acquisition and displays it each time a hardware or software trigger event occurs.
Note: The sample code is written for the TrigCtl
parameter has to be updated according to the sample program comments.
GrablinkHfr
This is a simple application demonstrating the MultiCam High Frame Rate acquisition mode on a Grablink board. The program performs continuous image acquisitions and display.
GrablinkHfrTrigger
This is a simple application demonstrating the MultiCam High Frame Rate acquisition mode on a Grablink board. The program performs one frame acquisition and displays it each time a hardware or software trigger event occurs.
GrablinkWeb
This is a simple application demonstrating the MultiCam Web acquisition mode on a Grablink board. The program performs a continuous web acquisition and display.
grablink_web
This is a simple SDL based application demonstrating the MultiCam Web acquisition mode on a Grablink board. The program performs continuous web acquisition and display.
GrablinkPageTrigger
This is a simple application demonstrating the MultiCam Page acquisition mode on a Grablink board. The program performs one page acquisition and displays it each time a hardware or software trigger event occurs.
GrablinkLongPageTrigger
This is a simple application demonstrating the MultiCam Long Page acquisition mode on a Grablink board. The program performs one long page acquisition and displays it each time a hardware or software trigger event occurs.
PlanarRGB
This is a simple application showing the planar RGB management. The application performs image acquisition and display.
GrablinkDualFull
This application demonstrates video acquisition using an AVT Bonito-CL-400B camera connected to 2 Grablink Full boards.
GrablinkMultiBase
This application demonstrates synchronized line-scan video acquisition with image stitching from several Camera Link Base line-scan cameras connected to one or several Grablink boards.
GrablinkSerialCommunication
This is a simple application demonstrating Camera Link serial communication through the clseremc
library on a Grablink
board.
terminal
This is a console application demonstrating the serial communication with Grablink boards using the clseremc
Camera Link
library.
grablink-cuda
This sample illustrates interoperability of a Grablink board, OpenGL and CUDA:
● | Acquisition of 8-bit monochrome buffers using a Grablink board |
● | Basic processing with CUDA (Inverse 8-bit luminance) |
● | Rendering with OpenGL (Rotate with click and drag) |
See README.txt in the sample program folder for more details.