Standard Features AW00118303000
170 Basler racer GigE
10.3.2 Automatic Image AOI X Centering
The Image AOI feature includes Center X capabilities. When Center X is enabled, the camera will
automatically center the image AOI on the sensor.
Setting Automatic X Centering
You can set the Center X parameter value from within your application software by using the Basler
pylon API. The following code snippet illustrates using the API to enable automatic image AOI
centering.
// Enable automatic image AOI X centering.
Camera.CenterX.SetValue( true );
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 23.