IID_IuEyeTrigger
This interface provides special functions for triggering the camera that are not covered by the DirectShow standard. To use the interface, you must integrate the uEyeCaptureInterface.h header file into your project.
These functions are not supported by the following camera models: •UI-1007XS |
The UI-359xLE model and the uEye LE USB 3.1 Gen 1 camera family currently do not support the burst trigger mode. |
IuEyeTrigger provides the following functions:
Returns the currently set number of images in a burst. |
|
Returns the value range and the increment for the number of images in a burst. |
|
Returns if the camera supports the burst trigger mode. |
|
Sets the number of images in a burst. |
|
Returns the current count for triggered image captures. |
|
Resets the counter for triggered image captures. |
|
Returns the currently set delay time in µs between the arrival of a trigger signal and the start of exposure. |
|
Returns the value range and the increment for the trigger delay. |
|
Sets the delay time between the arrival of a trigger signal and the start of exposure. |
|
Returns the set trigger mode. |
|
Sets the trigger mode. |
|
Returns the current trigger status. |
|
Returns information on whether the camera supports hardware triggering on the falling signal edge. |
|
Returns information on whether the camera supports hardware triggering on the rising signal edge. |
|
Returns information on whether the camera supports software triggering. |
Note on enabling/disabling triggered image capture IuEyeTrigger only selects the trigger mode. The DirectShow interface IAMVideoControl must be used to enable/disable triggered image capture. |