Please enable JavaScript to view this site.

uEye .NET Manual 4.97

Class

uEye.IOFlash

Accessible

Camera.IO.Flash.SetGPIOParams

Syntax

uEye.IOFlash.SetGPIOParams(int s32Delay, uint u32Duration)

Description

Sets the flash delay and flash duration and allows the minimum values for GPIOs.

Note that you first have to configure the GPIO as flash output by using SetConfiguration().

hint_info

Attention: For values below 20 μs an unpredictable behavior can occur when flashing is done via the normal flash pin.

Parameter

s32Delay

Sets the flash delay (in μs).

u32Duration

Sets the flash duration (in μs).

Obsolete methods since 4.95

uEye.IOFlash.SetGPIOParams(uint u32Delay, uint u32Duration)