Skip to content

PLCamera.FieldOutputModeEnum Class#

Selects the mode to output the fields.

Applies to: CameraLink and GigE

Visibility: Beginner

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.FieldOutputModeEnum

Constructors#

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

Properties#

 NameDescription
Public propertyConcatenatedNewFields

Sets the mode to output a frame consisting of field 0 in the upper half and field 1 in the lower half of the frame.

Applies to: CameraLink and GigE

Public propertyDeinterlacedNewFields

Sets the mode to output a frame generated by deinterlacing field 0 and field 1 using the deinterlacer selected by feature Deinterlacer.

Applies to: CameraLink and GigE

Public propertyField0

Sets the mode to only output field 0.

Applies to: CameraLink and GigE

Public propertyField0First

Sets the mode to only output field 0 and field 1 in single frames. Starting with field 0.

Applies to: CameraLink and GigE

Public propertyField1

Sets the mode to only output field 1.

Applies to: CameraLink and GigE

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

Methods#

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

PLCamera.FieldOutputModeEnum.ToString Method#

The full name of FieldOutputMode

Return Value#

Type: String
Returns the full name of FieldOutputMode

PLCamera.FieldOutputModeEnum Constructor#

Initializes a new instance of the PLCamera.FieldOutputModeEnum class

PLCamera.FieldOutputModeEnum.ConcatenatedNewFields Property#

Sets the mode to output a frame consisting of field 0 in the upper half and field 1 in the lower half of the frame.

Applies to: CameraLink and GigE

PLCamera.FieldOutputModeEnum.DeinterlacedNewFields Property#

Sets the mode to output a frame generated by deinterlacing field 0 and field 1 using the deinterlacer selected by feature Deinterlacer.

Applies to: CameraLink and GigE

PLCamera.FieldOutputModeEnum.Field0 Property#

Sets the mode to only output field 0.

Applies to: CameraLink and GigE

PLCamera.FieldOutputModeEnum.Field0First Property#

Sets the mode to only output field 0 and field 1 in single frames. Starting with field 0.

Applies to: CameraLink and GigE

PLCamera.FieldOutputModeEnum.Field1 Property#

Sets the mode to only output field 1.

Applies to: CameraLink and GigE

PLCamera.FieldOutputModeEnum.Name Property#

The full name of FieldOutputMode