
Features AW00118501000
78 Basler racer Camera Link
8.2.1.1 Analog Gain
The camera’s analog gain is determined by the Gain parameter with the gain selector set to Analog
All. All pixels in the sensor are affected by this setting.
The allowed parameter values are 1 and 4. A parameter value of 1 corresponds to 0 dB and gain
will not be modified. A parameter value of 4 corresponds to 12 dB and an amplification factor of 4.
Setting the Analog Gain Using Basler pylon
To set the Gain Analog All parameter value:
Set the Gain Selector to Analog All.
Set the Gain parameter to 1 or 4, as desired.
You can set the Gain Selector and the Gain parameter value from within your application software
by using the pylon API. The following code snippet illustrates using the API to set the selector and
the parameter value:
// Set Gain Analog All
Camera.GainSelector.SetValue( GainSelector_AnalogAll );
Camera.GainRaw.SetValue( 4 );
For detailed information about using the pylon API, refer to the Basler pylon Programmer’s Guide
and API Reference.
You can also use the Basler pylon Viewer application to easily set the parameters.
For more information about the pylon Viewer, see Section 3.1 on page 15.
Setting the Analog Gain Using Direct Register Access
To set the gain via direct register access:
Set the value of the Gain Analog All register.
For more information about direct register access, see Section 3.2 on page 16.
Kommentare zu diesen Handbüchern