Class
Accessible
Camera.BlackLevel.Offset.GetRange
Syntax
uEye.BlacklevelOffset.GetRange(out uEye.Types.Range<int> range)
uEye.BlacklevelOffset.GetRange(out int min, out int max, out int inc)
Description
Returns the minimum and maximum value and the increment for the offset. Valid values are between 0 and 255.
Parameter
range |
Minimum: Returns the minimum value for the offset. |
Maximum: Returns the maximum value for the offset. |
|
Increment: Returns the increment for the offset. |
|
min |
Returns the minimum value for the offset. |
max |
Returns the maximum value for the offset. |
inc |
Returns the increment for the offset. |