Class
Accessible
Camera.IO.Flash.GetMode
Syntax
uEye.IOFlash.GetMode(out uEye.Defines.IO.FlashMode mode)
Description
Returns the current flash mode.
Parameter
mode |
Returns the current mode: •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. |