Skip to content

PLCamera.GenDCStreamingModeEnum Class#

Controls the device's streaming format.

Applies to: blaze

Visibility: Invisible

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.GenDCStreamingModeEnum

Constructors#

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

Properties#

 NameDescription
Public propertyAutomatic

The device will automatically choose in which format it streams its data.

Applies to: blaze

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

The device will only stream data in its native format.

Applies to: blaze

Public propertyOn

The device will stream all its data in the generic GenDC format.

Applies to: blaze

 

Methods#

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

PLCamera.GenDCStreamingModeEnum.ToString Method#

The full name of GenDCStreamingMode

Return Value#

Type: String
Returns the full name of GenDCStreamingMode

PLCamera.GenDCStreamingModeEnum Constructor#

Initializes a new instance of the PLCamera.GenDCStreamingModeEnum class

PLCamera.GenDCStreamingModeEnum.Automatic Property#

The device will automatically choose in which format it streams its data.

Applies to: blaze

PLCamera.GenDCStreamingModeEnum.Name Property#

The full name of GenDCStreamingMode

PLCamera.GenDCStreamingModeEnum.Off Property#

The device will only stream data in its native format.

Applies to: blaze

PLCamera.GenDCStreamingModeEnum.On Property#

The device will stream all its data in the generic GenDC format.

Applies to: blaze