Skip to content

PLCamera.BslAcquisitionAlternateFilterEnum Class#

Skip sending of some images depending on GPIO output value. This filter is considered if LineSource of Out1 or Out2 is ExposureAlternateActive.

Applies to: Stereo ace

Visibility: Beginner

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.BslAcquisitionAlternateFilterEnum

Constructors#

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

Properties#

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

The filter is turned off, i.e. all images are sent irrespective of the LineSource of Out1 and Out2.

Applies to: Stereo ace

Public propertyOnlyHigh

Only send images if LineSource of Out1 or Out2 is ExposureAlternateActive and output currently high.

Applies to: Stereo ace

Public propertyOnlyLow

Only send images if LineSource of Out1 or Out2 is ExposureAlternateActive and output currently low.

Applies to: Stereo ace

 

Methods#

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

PLCamera.BslAcquisitionAlternateFilterEnum.ToString Method#

The full name of BslAcquisitionAlternateFilter

Return Value#

Type: String
Returns the full name of BslAcquisitionAlternateFilter

PLCamera.BslAcquisitionAlternateFilterEnum Constructor#

Initializes a new instance of the PLCamera.BslAcquisitionAlternateFilterEnum class

PLCamera.BslAcquisitionAlternateFilterEnum.Name Property#

The full name of BslAcquisitionAlternateFilter

PLCamera.BslAcquisitionAlternateFilterEnum.Off Property#

The filter is turned off, i.e. all images are sent irrespective of the LineSource of Out1 and Out2.

Applies to: Stereo ace

PLCamera.BslAcquisitionAlternateFilterEnum.OnlyHigh Property#

Only send images if LineSource of Out1 or Out2 is ExposureAlternateActive and output currently high.

Applies to: Stereo ace

PLCamera.BslAcquisitionAlternateFilterEnum.OnlyLow Property#

Only send images if LineSource of Out1 or Out2 is ExposureAlternateActive and output currently low.

Applies to: Stereo ace