General Sample Programs

Sample programs for all MultiCam products

MulticamAdvancedWaitEvent

A simple application demonstrating the MultiCam Snapshot acquisition mode using event driven signaling instead of callback signaling. The program performs a continuous image acquisition and display.

This sample was written for Grablink series but can easily be converted to be used with any other board series.

MulticamAdvancedWaitSignal

A simple application demonstrating the MultiCam Snapshot acquisition mode using the McWaitSignal function instead of the callback signaling method. The program performs a continuous image acquisition and display.

This sample was written for Grablink series but can easily be converted to be used with any other board series.

multicam_advanced_waitsignal

This is a simple SDL based application demonstrating the MultiCam Snapshot acquisition mode using the McWaitSignal function instead of the callback signaling method. The program performs a continuous image acquisition and display.

This sample was written for Grablink series but can easily be converted to be used with any other board series.

TestIo

A simple console application making usage of I/O lines through the MultiCam Board object.

The C# version of this sample program only supports PC1624 Grablink Base, PC1623 Grablink DualBase, PC1622 Grablink Full and PC1626 Grablink Full XR but the code can be easily adapted to other boards.

io_test

A simple console application demonstrating the usage of I/O lines with the MultiCam Board object.