Skip to content

PLCamera.OperatingModeEnum Class#

Sets the operating mode of the camera. The choice you make here, affects the working range of the camera, i.e., the Minimum Working Range and Maximum Working Range parameters. If the operating mode is changed, the exposure time is set to the recommended default value.

Applies to: blaze

Visibility: Beginner

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.OperatingModeEnum

Constructors#

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

Properties#

 NameDescription
Public propertyLongRange

The operating mode is set to Long Range. The Minimum Working Range and Maximum Working Range parameters change accordingly and camera settings are optimized for capturing images at long distances.

Applies to: blaze

Public propertyName The full name of OperatingMode (Overrides ParameterListEnum.Name.)
Public propertyShortRange

The operating mode is set to Short Range. The Minimum Working Range and Maximum Working Range parameters change accordingly and camera settings are optimized for capturing images at short distances.

Applies to: blaze

 

Methods#

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

PLCamera.OperatingModeEnum.ToString Method#

The full name of OperatingMode

Return Value#

Type: String
Returns the full name of OperatingMode

PLCamera.OperatingModeEnum Constructor#

Initializes a new instance of the PLCamera.OperatingModeEnum class

PLCamera.OperatingModeEnum.LongRange Property#

The operating mode is set to Long Range. The Minimum Working Range and Maximum Working Range parameters change accordingly and camera settings are optimized for capturing images at long distances.

Applies to: blaze

PLCamera.OperatingModeEnum.Name Property#

The full name of OperatingMode

PLCamera.OperatingModeEnum.ShortRange Property#

The operating mode is set to Short Range. The Minimum Working Range and Maximum Working Range parameters change accordingly and camera settings are optimized for capturing images at short distances.

Applies to: blaze