258 DCx camera
© 2010 Thorlabs
Return Values
Function executed successfully
Current setting when used together with
IS_GET_FLASHSTROBE_MODE
When used with
IS_GET_FLASHSTROBE_MODE
The system returns the supported modes linked by a
logical OR.
Related Functions
is_SetFlashDelay()
is_SetTriggerDelay()
is_GetGlobalFlashDelays()
is_SetExternalTrigger()
is_CaptureVideo()
Code Sample
//Enable trigger mode and set high-active flash mode.
is_SetExternalTrigger (hCam, IS_SET_TRIGGER_SOFTWARE);
is_SetFlashStrobe (hCam, IS_SET_FLASH_HI_ACTIVE, 0);
is_FreezeVideo (hCam, IS_WAIT);
// Enable additional flash output on GPIO 2
is_SetFlashStrobe (hCam, IS_SET_FLASH_HI_ACTIVE | IS_SET_FLASH_IO_2, 0);
// Flash function only on normal digital output
is_SetFlashStrobe (hCam, IS_SET_FLASH_HI_ACTIVE, 0);
255
289
171
253
124