Class
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)
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. |