Skip to content

PLCamera.LightSourceSelectorEnum Class#

Sets the type of light source for which color transformation will be performed.

Applies to: CameraLink and GigE

Visibility: Expert

Selected by: ColorTransformationSelector

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.LightSourceSelectorEnum

Constructors#

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

Properties#

 NameDescription
Public propertyCustom

The color transformation matrix can be customized.

Applies to: CameraLink and GigE

Public propertyDaylight

A predefined matrix is used for the color transformation. The matrix is optimized for image acquisitions with daylight of 5000 K.

Applies to: CameraLink and GigE

Public propertyDaylight6500K

A predefined matrix is used for the color transformation. The matrix is optimized for image acquisitions with daylight of 6500 K.

Applies to: CameraLink and GigE

Public propertyLightSource0

The color transformation matrix is optimized for image acquisitions with a custom light source 0.

Applies to: CameraLink and GigE

Public propertyLightSource1

The color transformation matrix is optimized for image acquisitions with a custom light source 1.

Applies to: CameraLink and GigE

Public propertyMicroscopeLED4500K

The light source preset for image acquisitions with microscope LED illumination of 4500 K is set.

Applies to: GigE

Public propertyMicroscopeLED5500K

The light source preset for image acquisitions with microscope LED illumination of 5500 K is set.

Applies to: GigE

Public propertyMicroscopeLED6000K

The light source preset for image acquisitions with microscope LED illumination of 6000 K is set.

Applies to: GigE

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

No color transformation for a specific light source is performed.

Applies to: CameraLink and GigE

Public propertyTungsten

A predefined matrix is used for the color transformation. The matrix is optimized for image acquisition with tungsten incandescent light (3100 K).

Applies to: CameraLink and GigE

 

Methods#

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

PLCamera.LightSourceSelectorEnum.ToString Method#

The full name of LightSourceSelector

Return Value#

Type: String
Returns the full name of LightSourceSelector

PLCamera.LightSourceSelectorEnum Constructor#

Initializes a new instance of the PLCamera.LightSourceSelectorEnum class

PLCamera.LightSourceSelectorEnum.Custom Property#

The color transformation matrix can be customized.

Applies to: CameraLink and GigE

PLCamera.LightSourceSelectorEnum.Daylight Property#

A predefined matrix is used for the color transformation. The matrix is optimized for image acquisitions with daylight of 5000 K.

Applies to: CameraLink and GigE

PLCamera.LightSourceSelectorEnum.Daylight6500K Property#

A predefined matrix is used for the color transformation. The matrix is optimized for image acquisitions with daylight of 6500 K.

Applies to: CameraLink and GigE

PLCamera.LightSourceSelectorEnum.LightSource0 Property#

The color transformation matrix is optimized for image acquisitions with a custom light source 0.

Applies to: CameraLink and GigE

PLCamera.LightSourceSelectorEnum.LightSource1 Property#

The color transformation matrix is optimized for image acquisitions with a custom light source 1.

Applies to: CameraLink and GigE

PLCamera.LightSourceSelectorEnum.MicroscopeLED4500K Property#

The light source preset for image acquisitions with microscope LED illumination of 4500 K is set.

Applies to: GigE

PLCamera.LightSourceSelectorEnum.MicroscopeLED5500K Property#

The light source preset for image acquisitions with microscope LED illumination of 5500 K is set.

Applies to: GigE

PLCamera.LightSourceSelectorEnum.MicroscopeLED6000K Property#

The light source preset for image acquisitions with microscope LED illumination of 6000 K is set.

Applies to: GigE

PLCamera.LightSourceSelectorEnum.Name Property#

The full name of LightSourceSelector

PLCamera.LightSourceSelectorEnum.Off Property#

No color transformation for a specific light source is performed.

Applies to: CameraLink and GigE

PLCamera.LightSourceSelectorEnum.Tungsten Property#

A predefined matrix is used for the color transformation. The matrix is optimized for image acquisition with tungsten incandescent light (3100 K).

Applies to: CameraLink and GigE