Please enable JavaScript to view this site.

uEye .NET Manual 4.97

Class

uEye.IOFlash

Accessible

Camera.IO.Flash.GetDurationRange

Syntax

uEye.IOFlash.GetDurationRange(out uEye.Types.Range<uint> range)

uEye.IOFlash.GetDurationRange(out uint u32Min, out uint u32Max, out uint u32Inc)

Description

Returns the range for flash duration (in μs).

Parameter

range

Minimum: returns the minimum value

Maximum: returns the maximum value

Increment: returns the increment

u32Min

Returns the minimum value.

u32Max

Returns the maximum value.

u32Inc

Returns the increment.