Please enable JavaScript to view this site.

uEye .NET Manual 4.97

Class

uEye.AutoFeaturesSoftwareSpeed

Accessible

Camera.AutoFeatures.Software.Speed.GetRange

Syntax

uEye.AutoFeaturesSoftwareSpeed.GetRange(out uEye.Types.Range<uint> range)

uEye.AutoFeaturesSoftwareSpeed.GetRange(out uint min, out uint max, out uint inc)

Description

Returns the range for auto speed.

Parameter

range

Minimum: Returns the minimum value

Maximum: Returns the maximum value

Increment: Returns the increment

min

Returns the minimum value.

max

Returns the maximum value.

inc

Returns the increment.