Please enable JavaScript to view this site.

uEye .NET Manual 4.97

Class

uEye.IOFlash

Accessible

Camera.IO.Flash.SetMode

Syntax

uEye.IOFlash.SetMode(uEye.Defines.IO.FlashMode mode)

Description

Sets the flash mode.

Parameter

mode/u32Value

Mode to be set:

uEye.Defines.IO.FlashMode.Off: Disables the digital output.

uEye.Defines.IO.FlashMode.TriggerLowActive: Enables the flash strobe in trigger mode. The digital output is set to low level for the flash duration.

uEye.Defines.IO.FlashMode.TriggerHighActive: Enables the flash strobe in trigger mode. The digital output is set to high level for the flash duration.

uEye.Defines.IO.FlashMode.ConstantHigh: Statically sets the digital output to high level (HIGH).

uEye.Defines.IO.FlashMode.ConstantLow: Statically sets the digital output to low level (LOW).

uEye.Defines.IO.FlashMode.FreerunLowActive: Enables the flash strobe in freerun mode. The digital output is set to low level for the flash duration.

uEye.Defines.IO.FlashMode.FreerunHighActive: Enables the flash strobe in freerun mode. The digital output is set to high level for the flash duration.