IID_IuEyeTriggerDebounce
This interface provides special functions that are not covered by the DirectShow standard. These can be used to suppress (debounce) faults at the digital input when using GigE uEye cameras in trigger mode. A signal is only recognized as a trigger at the digital input if the signal level remains constant at the target level for a configurable time. The signal edge and a delay time (DELAY_TIME) can be set as parameters. We recommend using automatic signal edge selection. To use the interface, you must integrate the uEyeCaptureInterface.h header file into your project.
Trigger Debouncing delays the start of triggered image capture by the set time (DELAY_TIME). |
This function is currently only supported by the USB 3 and GigE uEye camera series but not by the UI-359xLE camera model or the uEye LE USB 3.1 Gen 1 camera family. |
IuEyeTriggerDebounce provides the following functions:
Returns information on whether the camera supports the debounce function. |
|
Returns the set mode of the debounce function. |
|
Sets the mode of the debounce function. |
|
Returns the default mode of the debounce function. |
|
Returns the supported modes of the debounce function. |
|
Returns the set delay time. |
|
Sets a delay time. |
|
Returns the default value for the delay time. |
|
Returns the range for the delay time. |