Skip to content

PLCamera.IntensityCalculationEnum Class#

Sets the method for calculating the intensity data.

Applies to: blaze

Visibility: Expert

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.IntensityCalculationEnum

Constructors#

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

Properties#

 NameDescription
Public propertyMethod1

Method 1 is used to calculate the intensity image. This is the default value. In scenes containing motion, you may notice a lag between the depth image and the intensity image.

Applies to: blaze

Public propertyMethod2

Method 2 is used to calculate the intensity image. This ensures that the depth image and the intensity image are in synch. The disadvantage is that the resulting intensity image will be darker and contain more noise.

Applies to: blaze

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

Methods#

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

PLCamera.IntensityCalculationEnum.ToString Method#

The full name of IntensityCalculation

Return Value#

Type: String
Returns the full name of IntensityCalculation

PLCamera.IntensityCalculationEnum Constructor#

Initializes a new instance of the PLCamera.IntensityCalculationEnum class

PLCamera.IntensityCalculationEnum.Method1 Property#

Method 1 is used to calculate the intensity image. This is the default value. In scenes containing motion, you may notice a lag between the depth image and the intensity image.

Applies to: blaze

PLCamera.IntensityCalculationEnum.Method2 Property#

Method 2 is used to calculate the intensity image. This ensures that the depth image and the intensity image are in synch. The disadvantage is that the resulting intensity image will be darker and contain more noise.

Applies to: blaze

PLCamera.IntensityCalculationEnum.Name Property#

The full name of IntensityCalculation