Features
Basler pilot 175
Setting Averaging
You can enable averaging by setting the AveragingNumberOfFrames parameter. Setting the pa-
rameter’s value to e.g. 3 enables averaging and sets 3 individual images to be averaged. Setting
the parameter’s value to 1 disables averaging.
You can set the AveragingNumberOfFrames parameter value from within your application software
by using the pylon API. The following code snippet illustrates using the API to set the parameter
value:
// Enable averaging of 3 images
Camera.AveragingNumberOfFrames.SetValue( 3 );
// Disable averaging
Camera.AveragingNumberOfFrames.SetValue( 1 );
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.