Setting The Gain - Basler Pioneer User Manual

Gige vision cameras
Table of Contents

Advertisement

Standard Features

Setting the Gain

To set the Gain Raw All value:
Set the Gain Selector to All.
Set the Gain Raw parameter to your desired value.
To set the Gain Raw Tap 1 value:
Set the Gain Selector to Tap 1.
Set the Gain Raw parameter to your desired value.
To set the Gain Raw Tap 2 value:
Set the Gain Selector to Tap 2.
Set the Gain Raw parameter to your desired value.
You can set the Gain Selector and the Gain Raw parameter values 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 Raw All
Camera.GainSelector.SetValue( GainSelector_All );
Camera.GainRaw.SetValue( 100 );
//Set Gain Raw Tap 1
Camera.GainSelector.SetValue( GainSelector_Tap1 );
Camera.GainRaw.SetValue( 0 );
//Set Gain Raw Tap 2
Camera.GainSelector.SetValue( GainSelector_Tap2 );
Camera.GainRaw.SetValue( 0 );
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 2.2 on
page
40.
180
page 20
and Section 2.4 on
Basler pioneer

Advertisement

Table of Contents
loading

Table of Contents