Please enable JavaScript to view this site.

uEye .NET Manual 4.97

Class

uEye.Sharpness

Accessible

Camera.Sharpness.GetRange

Syntax

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

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

hint_info

This class is currently supported by the following camera models:

UI-1007XS

Description

Returns the minimum and maximum value and the increment for image sharpness.

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.