| Home > Function descriptions > | History back Previous chapter Next chapter Print |
SetFlashStrobe |
|
uEye ActiveX Manual Version 4.00
Syntax
LONG SetFlashStrobe (LONG nMode)
Description
SetFlashStrobe() controls the behaviour of the digital output port on the uEye camera.
This digital output port can be set to act as a flash strobe output or to hold a defined level.
Parameters
nMode |
|
IS_SET_FLASH_OFF |
Switches the strobe output off. |
IS_SET_FLASH_LO_ACTVE |
Switches the digital output to be LOW during sensor exposure. |
IS_SET_FLASH_HI_ACTIVE |
Switches the digital output to be HIGH during sensor exposure. |
IS_SET_FLASH_HIGH |
Switches the digital output to be constant HIGH. |
IS_SET_FLASH_LOW |
Switches the digital output to be constant LOW. |
Return values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Example
Related functions