Skip to content

PLCamera.CameraOperationModeEnum Class#

Sets the camera operation mode.

Applies to: ace USB

Visibility: Beginner

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.CameraOperationModeEnum

Constructors#

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

Properties#

 NameDescription
Public propertyLongExposure

The camera operation mode is set to Long Exposure.

Applies to: ace USB

Public propertyName The full name of CameraOperationMode (Overrides ParameterListEnum.Name.)
Public propertyStandard

The camera operation mode is set to Standard.

Applies to: ace USB

 

Methods#

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

PLCamera.CameraOperationModeEnum.ToString Method#

The full name of CameraOperationMode

Return Value#

Type: String
Returns the full name of CameraOperationMode

PLCamera.CameraOperationModeEnum Constructor#

Initializes a new instance of the PLCamera.CameraOperationModeEnum class

PLCamera.CameraOperationModeEnum.LongExposure Property#

The camera operation mode is set to Long Exposure.

Applies to: ace USB

PLCamera.CameraOperationModeEnum.Name Property#

The full name of CameraOperationMode

PLCamera.CameraOperationModeEnum.Standard Property#

The camera operation mode is set to Standard.

Applies to: ace USB