Skip to content

PLCamera.PgiModeEnum Class#

Enables Basler PGI image optimizations.

Applies to: GigE and ace USB

Visibility: Beginner

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.PgiModeEnum

Constructors#

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

Properties#

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

Basler PGI image optimizations are disabled.

Applies to: GigE and ace USB

Public propertyOn

Basler PGI image optimizations are enabled.

Applies to: GigE and ace USB

 

Methods#

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

PLCamera.PgiModeEnum.ToString Method#

The full name of PgiMode

Return Value#

Type: String
Returns the full name of PgiMode

PLCamera.PgiModeEnum Constructor#

Initializes a new instance of the PLCamera.PgiModeEnum class

PLCamera.PgiModeEnum.Name Property#

The full name of PgiMode

PLCamera.PgiModeEnum.Off Property#

Basler PGI image optimizations are disabled.

Applies to: GigE and ace USB

PLCamera.PgiModeEnum.On Property#

Basler PGI image optimizations are enabled.

Applies to: GigE and ace USB