Skip to content

PLCamera.ComponentSelectorEnum Class#

Selects a component to activate/deactivate its data streaming.

Applies to: blaze

Visibility: Beginner

Selecting Parameters: ComponentEnable, PixelFormat

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.ComponentSelectorEnum

Constructors#

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

Properties#

 NameDescription
Public propertyConfidence

The acquisition of confidence map of the acquired image is controlled. Confidence data may be binary (0 - invalid) or an integer where 0 is invalid and increasing value is increased confidence in the data in the corresponding pixel. If floating point representation is used the confidence image is normalized to the range [0,1], for integer representation the maximum possible integer represents maximum confidence.

Applies to: blaze

Public propertyIntensity

The acquisition of intensity (monochrome or color) of the visible reflected light is controlled.

Applies to: blaze

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

The acquisition of range (distance) data is controlled. The data produced may be only range (2.5D) or a point cloud giving the 3D coordinates depending on the Scan3dControl.

Applies to: blaze

 

Methods#

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

PLCamera.ComponentSelectorEnum.ToString Method#

The full name of ComponentSelector

Return Value#

Type: String
Returns the full name of ComponentSelector

PLCamera.ComponentSelectorEnum Constructor#

Initializes a new instance of the PLCamera.ComponentSelectorEnum class

PLCamera.ComponentSelectorEnum.Confidence Property#

The acquisition of confidence map of the acquired image is controlled. Confidence data may be binary (0 - invalid) or an integer where 0 is invalid and increasing value is increased confidence in the data in the corresponding pixel. If floating point representation is used the confidence image is normalized to the range [0,1], for integer representation the maximum possible integer represents maximum confidence.

Applies to: blaze

PLCamera.ComponentSelectorEnum.Intensity Property#

The acquisition of intensity (monochrome or color) of the visible reflected light is controlled.

Applies to: blaze

PLCamera.ComponentSelectorEnum.Name Property#

The full name of ComponentSelector

PLCamera.ComponentSelectorEnum.Range Property#

The acquisition of range (distance) data is controlled. The data produced may be only range (2.5D) or a point cloud giving the 3D coordinates depending on the Scan3dControl.

Applies to: blaze