Skip to content

PLCamera.BinningHorizontalModeEnum Class#

Sets the binning mode for horizontal binning.

Applies to: CamEmu, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart USB and pulse USB

Visibility: Expert

Selected by: BinningSelector

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.BinningHorizontalModeEnum

Constructors#

 NameDescription
Public methodPLCamera.BinningHorizontalModeEnum Initializes a new instance of the PLCamera.BinningHorizontalModeEnum class
 

Properties#

 NameDescription
Public propertyAverage

The values of the binned pixels are averaged. This increases the signal-to-noise ratio without affecting the camera's response to light.

Applies to: CamEmu, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart 2 USB, dart USB and pulse USB

Public propertyName The full name of BinningHorizontalMode (Overrides ParameterListEnum.Name.)
Public propertySum

The values of the binned pixels are summed. This increases the camera's response to light and the signal-to-noise ratio.

Applies to: CamEmu, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart USB and pulse USB

 

Methods#

 NameDescription
Public methodToString The full name of BinningHorizontalMode (Overrides Object.ToString()()()().)
 

PLCamera.BinningHorizontalModeEnum.ToString Method#

The full name of BinningHorizontalMode

Return Value#

Type: String
Returns the full name of BinningHorizontalMode

PLCamera.BinningHorizontalModeEnum Constructor#

Initializes a new instance of the PLCamera.BinningHorizontalModeEnum class

PLCamera.BinningHorizontalModeEnum.Average Property#

The values of the binned pixels are averaged. This increases the signal-to-noise ratio without affecting the camera's response to light.

Applies to: CamEmu, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, dart 2 USB, dart USB and pulse USB

PLCamera.BinningHorizontalModeEnum.Name Property#

The full name of BinningHorizontalMode

PLCamera.BinningHorizontalModeEnum.Sum Property#

The values of the binned pixels are summed. This increases the camera's response to light and the signal-to-noise ratio.

Applies to: CamEmu, GigE, ace 2 GigE, ace 2 USB, ace USB, boost CoaXPress, boost_V_CoaXPress, dart 2 USB, dart USB and pulse USB