Skip to content

PLCamera.SensorReadoutModeEnum Class#

Sets the sensor readout mode.

Applies to: GigE and ace USB

Visibility: Guru

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.SensorReadoutModeEnum

Constructors#

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

Properties#

 NameDescription
Public propertyFast

The readout time for each row of pixels is reduced, compared to normal readout. This allows the the camera to operate at higher frame rates. This can, however, result in reduced image quality.

Applies to: GigE and ace USB

Public propertyName The full name of SensorReadoutMode (Overrides ParameterListEnum.Name.)
Public propertyNormal

The camera operates in normal readout mode.

Applies to: GigE and ace USB

 

Methods#

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

PLCamera.SensorReadoutModeEnum.ToString Method#

The full name of SensorReadoutMode

Return Value#

Type: String
Returns the full name of SensorReadoutMode

PLCamera.SensorReadoutModeEnum Constructor#

Initializes a new instance of the PLCamera.SensorReadoutModeEnum class

PLCamera.SensorReadoutModeEnum.Fast Property#

The readout time for each row of pixels is reduced, compared to normal readout. This allows the the camera to operate at higher frame rates. This can, however, result in reduced image quality.

Applies to: GigE and ace USB

PLCamera.SensorReadoutModeEnum.Name Property#

The full name of SensorReadoutMode

PLCamera.SensorReadoutModeEnum.Normal Property#

The camera operates in normal readout mode.

Applies to: GigE and ace USB