Binning

Binning is the summation or averaging of several pixel values into one.

It can be used to:

It should not be used if the required accuracies can no longer be achieved when the image resolution is reduced.

When summing up or averaging pixels, a distinction is made between horizontal and vertical binning.

Binning 1:

Checking the features of the camera

Please refer to the manual for the camera to see whether the camera supports corresponding features. The same applies to the feature names that are actually used. The procedure using the feature names according to the GenICam Standard Features Naming Convention (Version 2.4) is described below.

The features for setting up binning can be found under ImageFormatControl or the corresponding category on your camera:

BinningHorizontal and BinningVertical indicate how many pixels should be combined in horizontal and vertical direction. A value of 1 indicates that there is no binning in the corresponding direction.

Binning with a monochrome camera

Four possible configurations for a monochrome camera are shown as examples (the coordinates of the pixels are shown):

BinningHorizontal = 1

BinningVertical = 1

⇒ no merging of pixels

Binning 2:

Binning 3:

BinningHorizontal = 2

BinningVertical = 1

BinningHorizontalMode = sum

Binning 4:

Binning 5:

BinningHorizontal = 1

BinningVertical = 2

BinningVerticalMode = sum

Binning 6:

Binning 7:

BinningHorizontal = 2

BinningVertical = 2

BinningHorizontalMode = sum

BinningVerticalMode = sum

Binning 8:

Binning 9:

Binning with a color camera

Binning support is rarer in color cameras than in monochrome cameras. It can be implemented in different ways. For details please refer to the camera user manual.