Class
uEye.DeviceFeatureSensorSourceGain
Accessible
Camera.Device.Feature.SensorSourceGain.GetRange
Syntax
uEye.DeviceFeatureSensorSourceGain.GetRange(out uEye.Types.Range<int> range)
uEye.DeviceFeatureSensorSourceGain.GetRange(out int min, out int max, out int inc)
Description
Returns the range for the sensor source gain.
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. |