Skip to content

PLCamera.LightSourcePresetEnum Class#

Sets the light source preset. The colors in the image will be corrected so that they are appropriate for the selected light source.

Applies to: ace USB, dart USB and pulse USB

Visibility: Beginner

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.LightSourcePresetEnum

Constructors#

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

Properties#

 NameDescription
Public propertyDaylight5000K

The light source preset for image acquisitions with daylight of 5000 K is selected.

Applies to: ace USB, dart USB and pulse USB

Public propertyDaylight6500K

The light source preset for image acquisitions with daylight of 6500 K is selected.

Applies to: ace USB, dart USB and pulse USB

Public propertyMicroscopeLED4500K

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

Applies to: ace USB

Public propertyMicroscopeLED5500K

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

Applies to: ace USB

Public propertyMicroscopeLED6000K

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

Applies to: ace USB

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

No light source preset is selected.

Applies to: ace USB, dart USB and pulse USB

Public propertyTungsten2800K

The light source preset for image acquisitions with tungsten incandescent light (2800 K) is selected.

Applies to: ace USB, dart USB and pulse USB

 

Methods#

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

PLCamera.LightSourcePresetEnum.ToString Method#

The full name of LightSourcePreset

Return Value#

Type: String
Returns the full name of LightSourcePreset

PLCamera.LightSourcePresetEnum Constructor#

Initializes a new instance of the PLCamera.LightSourcePresetEnum class

PLCamera.LightSourcePresetEnum.Daylight5000K Property#

The light source preset for image acquisitions with daylight of 5000 K is selected.

Applies to: ace USB, dart USB and pulse USB

PLCamera.LightSourcePresetEnum.Daylight6500K Property#

The light source preset for image acquisitions with daylight of 6500 K is selected.

Applies to: ace USB, dart USB and pulse USB

PLCamera.LightSourcePresetEnum.MicroscopeLED4500K Property#

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

Applies to: ace USB

PLCamera.LightSourcePresetEnum.MicroscopeLED5500K Property#

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

Applies to: ace USB

PLCamera.LightSourcePresetEnum.MicroscopeLED6000K Property#

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

Applies to: ace USB

PLCamera.LightSourcePresetEnum.Name Property#

The full name of LightSourcePreset

PLCamera.LightSourcePresetEnum.Off Property#

No light source preset is selected.

Applies to: ace USB, dart USB and pulse USB

PLCamera.LightSourcePresetEnum.Tungsten2800K Property#

The light source preset for image acquisitions with tungsten incandescent light (2800 K) is selected.

Applies to: ace USB, dart USB and pulse USB