Class
Accessible
Camera.Gain.Hardware.Factor.InquireMaster
Syntax
uEye.GainFactor.InquireMaster(int s32Factor, out int s32FactorConverted)
Description
Converts the index value for the master gain factor.
To set the gain using the methods of the Factor class, you must use an integer value in the range from 100 to the maximum value. By calling this method and specifying the value 100 for s32Factor, you can query the maximum value. A gain value of 100 means a gain factor of 1x (i.e. no effect), a gain value of 200 means gain to the double level (factor 2x), etc.
Parameter
s32Factor |
Factor to be converted. |
s32FactorConverted |
Gain value |