Class
uEye.AutoFeaturesSoftwareHysteresis
Accessible
Camera.AutoFeatures.Software.Hysteresis.GetRange
Syntax
uEye.AutoFeaturesSoftwareHysteresis.GetRange(out uEye.Types.Range<uint> range)
uEye.AutoFeaturesSoftwareHysteresis.GetRange(out uint min, out uint max, out uint inc)
Description
Returns the permissible range for the hysteresis value.
Parameter
range |
Minimum: Returns the minimum value |
Maximum: Returns the maximum value |
|
Increment: Returns the increment |
|
min |
Returns the minimum hysteresis value. |
max |
Returns the maximum hysteresis value. |
inc |
Returns the increment. |