AW00011916000 Standard Features
Basler scout GigE 225
Set the Gain Selector to Gain All.
Set the Gain Raw parameter to your desired value.
You can set the Gain Selector and the Gain Raw 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:
Camera.GainSelector.SetValue( GainSelector_All );
Camera.GainRaw.SetValue( 400 );
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 43.
If you know the current decimal setting for the gain raw, you can use the formulas below to calculate
the dB of gain that will result from that setting.
Formulas for All Models Listed on the Previous Page (except scA640-120, scA1300-32,
scA1400-30, and scA1600-28):
For gain raw settings from 110 to 511:
For gain raw settings from 512 to 1023:
Where:
Example:
Assume that you are working with a monochrome scA1400-17 camera that has a gain raw setting
of 500. Calculating the gain is a two step process:
Step 1:
To set the Gain Raw parameter value: