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
io_test
A simple console application demonstrating the usage of I/O lines with the MultiCam Board object.