PLCamera.BinningModeHorizontalEnum Class#
Applies to: CameraLink
Visibility: Beginner
The feature documentation may provide more information.
Inheritance Hierarchy#
System.Object
Basler.Pylon.ParameterListEnum
Basler.Pylon.PLCamera.BinningModeHorizontalEnum
Constructors#
Name | Description | |
---|---|---|
PLCamera.BinningModeHorizontalEnum | Initializes a new instance of the PLCamera.BinningModeHorizontalEnum class |
Properties#
Name | Description | |
---|---|---|
Averaging | 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 | |
Name | The full name of BinningModeHorizontal (Overrides ParameterListEnum.Name.) | |
Summing | 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#
Name | Description | |
---|---|---|
ToString | 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