Home > C: Programming > Function Descriptions > | History back Previous chapter Next chapter Print |
is_SetTriggerDelay |
uEye Camera Manual Version 3.80
is_SetTriggerDelay
USB 2.0 GigE |
USB 2.0 GigE |
Syntax
INT is_SetTriggerDelay (HIDS hCam, INT nTriggerDelay)
Description
Using is_SetTriggerDelay(), you can set the delay time between the arrival of a trigger signal and the start of exposure. The trigger signal can be initiated by hardware or by software.
The delay time set here adds to the delay caused by the sensor. The delay times of each sensor are listed in Camera and Sensor Data chapter.
Input Parameters
hCam |
Camera handle |
nTriggerDelay |
Time by which the image capture is delayed (in µs) 0 = deactivate trigger delay |
IS_GET_TRIGGER_DELAY |
Returns the currently set delay time. |
IS_GET_MIN_TRIGGER_DELAY |
Returns the minimum adjustable value. |
IS_GET_MAX_TRIGGER_DELAY |
Returns the maximum adjustable value. |
IS_GET_TRIGGER_DELAY_GRANULARITY |
Returns the resolution of the adjustable delay time. |
Return Values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Current setting when used together with |
Related Functions