Setting The Binning Mode - Basler DART BCON SERIES User Manual

Table of Contents

Advertisement

AW00136902000
11.8.2

Setting the Binning Mode

If supported, you can set the
horizontal binning mode by setting the BinningHorizontalMode parameter.
vertical binning mode by setting the BinningVerticalMode parameter.
Always set the BinningHorizontalMode parameter first, then set the
BinningVerticalMode parameter.
If the BinningHorizontalMode parameter is not set first, some combinations of the
binning horizontal mode and the binning vertical mode can't be achieved.
For a list of allowed combinations, see
Example: On daA1600-60bm/bc cameras, you can't set the BinningVerticalMode
parameter to Sum when the BinningHorizontalMode parameter is set to Average.
Set the BinningHorizontalMode parameter to Sum first, then set the
BinningVerticalMode parameter to Sum.
The range of allowed settings for the BinningHorizontalMode and the BinningVerticalMode
parameter values varies by camera model as shown in
Camera Model
Allowed Settings
BinningHorizontalMode
daA1280-54bm/bc
daA1600-60bm/bc
daA2500-14bm/bc
Table 37: Binning Mode Horizontal and Binning Mode Vertical Settings
You can set the BinningVerticalMode and the BinningHorizontalMode parameter values from within
your application software by using the Basler pylon API. The following code snippet illustrates using
the API to set the parameter values:
// Set the horizontal binning mode to Average
camera.BinningHorizontalMode.SetValue(BinningHorizontalMode_Average);
// Set the vertical binning mode to Sum
camera.BinningVerticalMode.SetValue(BinningVerticalMode_Sum);
// Determine the vertical binning mode
e = camera.BinningVerticalMode.GetValue();
Basler dart BCON
Allowed Settings
BinningVerticalMode
Parameter
Average
Average, Sum
Average, Sum
Table
37.
Table
37.
Allowed Combinations
Parameter
Average
Average, Sum
Average
Features
(H x V Binning Mode)
Average x Average
Average x Average
Sum x Sum
Average x Average
Sum x Average
103

Advertisement

Table of Contents
loading

Table of Contents