USB 2.0 USB 3.x GigE |
USB 2.0 USB 3.x 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.
This function is currently not supported by the following camera models: •UI-1007XS |
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
When used with |
Current setting |
IS_CANT_COMMUNICATE_WITH_DRIVER |
Communication with the driver failed because no driver has been loaded. |
IS_CANT_OPEN_DEVICE |
An attempt to initialize or select the camera failed (no camera connected or initialization error). |
IS_INVALID_CAMERA_HANDLE |
Invalid camera handle |
IS_INVALID_PARAMETER |
One of the submitted parameters is outside the valid range or is not supported for this sensor or is not available in this mode. |
IS_IO_REQUEST_FAILED |
An IO request from the uEye driver failed. Possibly the versions of the ueye_api.dll (API) and the driver file (ueye_usb.sys or ueye_eth.sys) do not match. |
IS_NO_SUCCESS |
General error message |
IS_SUCCESS |
Function executed successfully |
Related functions