コンテンツにスキップ

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#

 名前説明
Public methodPLCamera.IntensityCalculationEnum Initializes a new instance of the PLCamera.IntensityCalculationEnum class
 

プロパティ#

 名前説明
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 property名前 The full name of IntensityCalculation (Overrides ParameterListEnum.Name.)
 

方法#

 名前説明
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