Skip to content

PLCamera.BslAcquisitionBurstModeEnum Class#

Sets the burst mode.

Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB

Visibility: Beginner

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.BslAcquisitionBurstModeEnum

Constructors#

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

Properties#

 NameDescription
Public propertyHighSpeed

The High Speed burst mode is enabled. This mode offers high frame rates within a burst, but introduces a delay after each burst. Within a burst, the frame rate is only limited by the bandwidth of the streaming buffer and the sensor.

Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB

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

The Standard burst mode is enabled. This mode allows you to execute bursts in quick succession, but offers lower frame rates compared to High Speed burst mode.

Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB

 

Methods#

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

PLCamera.BslAcquisitionBurstModeEnum.ToString Method#

The full name of BslAcquisitionBurstMode

Return Value#

Type: String
Returns the full name of BslAcquisitionBurstMode

PLCamera.BslAcquisitionBurstModeEnum Constructor#

Initializes a new instance of the PLCamera.BslAcquisitionBurstModeEnum class

PLCamera.BslAcquisitionBurstModeEnum.HighSpeed Property#

The High Speed burst mode is enabled. This mode offers high frame rates within a burst, but introduces a delay after each burst. Within a burst, the frame rate is only limited by the bandwidth of the streaming buffer and the sensor.

Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB

PLCamera.BslAcquisitionBurstModeEnum.Name Property#

The full name of BslAcquisitionBurstMode

PLCamera.BslAcquisitionBurstModeEnum.Standard Property#

The Standard burst mode is enabled. This mode allows you to execute bursts in quick succession, but offers lower frame rates compared to High Speed burst mode.

Applies to: ace 2 GigE, ace 2 USB, boost CoaXPress and dart 2 USB