255SDK (Software development Kit)
© 2010 Thorlabs
7.3.86
is_SetFlashDelay
DCU cameras only!
Syntax
INT is_SetFlashDelay (HIDS hCam, ULONG ulDelay, ULONG ulDuration)
Description
is_SetFlashDelay() sets a delay for driving the flash output. In addition, you can specify the flash
duration. This allows the implementation of a global flash functionality which exposes all rows of a
rolling shutter sensor. In addition, it is possible, for a camera with global shutter sensors, to set the
flash start in free-run mode to the start time of the exposure window.
For further information, please refer to the Digital Output (Flash/Strobe) and Shutter Methods
chapters.
Input Parameters
Time by which the flash start is delayed (in µs), default
= 0
Returns the currently set delay time.
Returns the currently set flash duration.
Returns the minimum value for the delay.
IS_GET_MIN_FLASH_DURATION
Returns the minimum value for the flash duration.
Returns the maximum value for the delay.
IS_GET_MAX_FLASH_DURATION
Returns the maximum value for the flash duration.
IS_GET_FLASH_DELAY_GRANULARITY
Returns the increment of the adjustable delay time.
IS_GET_FLASH_DURATION_GRANULARITY
Returns the increment of the adjustable flash duration.
Time during which the flash is on (in µs).
If 0 is passed, the flash output will be active until the
end of the exposure time.
Return Values
Function executed successfully
Current setting when used together with
IS_GET_FLASH_DELAY
IS_GET_FLASH_DURATION
Related Functions
is_SetFlashStrobe()
is_GetGlobalFlashDelays()
is_SetExternalTrigger()
376 378
257
171
253