EasyManua.ls Logo

Basler Scout - Using an Auto Function

Basler Scout
300 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Standard Features
220 Basler scout
// Select the appropriate auto function AOI for gain auto and exposure auto
// control. Currently auto function AOI 1 is predefined to gather the pixel
// data needed for gain auto and exposure auto control
// Set the position and size of the auto function AOI
Camera.AutoFunctionAOISelector.SetValue( AutoFunctionAOISelector_AOI1 );
Camera.AutoFunctionAOIOffsetX.SetValue( 0 );
Camera.AutoFunctionAOIOffsetY.SetValue( 0 );
Camera.AutoFunctionAOIWidth.SetValue( Camera.AutoFunctionAOIWidth.GetMax() );
Camera.AutoFunctionAOIHeight.SetValue( Camera.AutoFunctionAOIHeight.GetMax() );
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.
9.11.1.3 Using an Auto Function
To use an auto function, carry out the following steps:
1. Select the Auto Function AOI that is related to the auto function you want to use.
2. Set the position and size of the Auto Function AOI.
3. If necessary, set the lower and upper limits for the auto functions’s parameter value.
4. If necessary, set the target value.
5. If necessary, set the auto function profile to define priorities between auto functions.
6. Enable the auto function by setting it to "once" or "continuous".
For more information about the individual settings, see the next sections that describe the individual
auto functions.

Table of Contents

Related product manuals