| SDK Version Compatibility | Language | Date First Posted | Primary Library Calls | Link |
| 1.8.0.1 | Visual C++ | 2006/11/09 | flycaptureQueryTrigger() flycaptureGetTrigger() flycaptureSetTrigger() flycaptureGrabImage2() |
AsyncTriggerEx |
| 2.0.3.12 | Visual C++ | 2009/10/29 | GetTriggerModeInfo() GetTriggerMode() triggerMode SetTriggerMode() StartCapture() StopCapture() |
AsyncTriggerEx |
| 2.0.3.12 | C# | 2009/10/29 | AsyncTriggerExCSharp |
The AsyncTriggerEx sample program demonstrates some of the basic asynchronous trigger capabilities of compatible Point Grey Imaging Products. This program only works with cameras that can be asynchronously triggered, either using an external hardware trigger or by using the camera's internal software trigger.
The camera is started and put into trigger mode. The user can then either press a key to software trigger the camera, or trigger through an external hardware trigger. The example captures a specified number of images and then exits.