Skip to content

PLCamera.BinningModeHorizontalEnum Class#

Sets the binning mode for horizontal binning.

Applies to: CameraLink

Visibility: Beginner

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.BinningModeHorizontalEnum

Constructors#

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

Properties#

 NameDescription
Public propertyAveraging

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: CameraLink

Public propertyName The full name of BinningModeHorizontal (Overrides ParameterListEnum.Name.)
Public propertySumming

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

Applies to: CameraLink

 

Methods#

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

PLCamera.BinningModeHorizontalEnum.ToString Method#

The full name of BinningModeHorizontal

Return Value#

Type: String
Returns the full name of BinningModeHorizontal

PLCamera.BinningModeHorizontalEnum Constructor#

Initializes a new instance of the PLCamera.BinningModeHorizontalEnum class

PLCamera.BinningModeHorizontalEnum.Averaging 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: CameraLink

PLCamera.BinningModeHorizontalEnum.Name Property#

The full name of BinningModeHorizontal

PLCamera.BinningModeHorizontalEnum.Summing 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: CameraLink