Class
Accessible
Camera.Size.SensorScaler.GetRange
Syntax
uEye.SizeSensorScaler.GetRange(out uEye.Types.Range<double> range)
uEye.SizeSensorScaler.GetRange(out double f64FactorMin, out double f64FactorMax, out double f64FactorInc)
Description
Returns the range of the scaling factor.
Parameter
range |
Minimum: Returns the minimum value. |
Maximum: Returns the maximum value. |
|
Increment: Returns the increment. |
|
f64FactorMin |
Returns the minimum factor. |
f64FactorMax |
Returns the maximum factor. |
f64FactorInc |
Returns the increment. |