Please enable JavaScript to view this site.

uEye DirectShow 4.97

Syntax

Flash_SetStrobeMode (long lMode)

Description

Sets the flash mode.

Parameter

lMode

Mode to be set

Flash with exposure time synchronization

IS_SET_FLASH_OFF

Disables digital output.

IS_SET_FLASH_LO_ACTIVE

Enables the flash in trigger mode.

LO_ACTIVE: The digital output is switched to low for the flash duration.

IS_SET_FLASH_HI_ACTIVE

Enables the flash in trigger mode.

HI_ACTIVE: The digital output is switched to high for the flash duration.

IS_SET_FLASH_HIGH

Statically sets the digital output to high level (HIGH).

IS_SET_FLASH_LOW

Statically sets the digital output to low level (LOW).

IS_SET_FLASH_LO_ACTIVE_FREERUN

Enables the flash in freerun mode.

LO_ACTIVE: The digital output is switched to low for the flash duration.

IS_SET_FLASH_HI_ACTIVE_FREERUN

Enables the flash in freerun mode.

HI_ACTIVE: The digital output is switched to high for the flash duration.

Statically sets the output level

IS_SET_FLASH_HIGH

Statically sets the digital output to high (HIGH).

IS_SET_FLASH_LOW

Statically sets the digital output to low (LOW).

Interface

IuEyeFlash

Related functions

Flash_GetStrobeMode