PLCamera.FieldOutputModeEnum Class#
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#
Name | Description | |
---|---|---|
PLCamera.FieldOutputModeEnum | Initializes a new instance of the PLCamera.FieldOutputModeEnum class |
Properties#
Name | Description | |
---|---|---|
ConcatenatedNewFields | 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 | |
DeinterlacedNewFields | 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 | |
Field0 | Sets the mode to only output field 0. Applies to: CameraLink and GigE | |
Field0First | Sets the mode to only output field 0 and field 1 in single frames. Starting with field 0. Applies to: CameraLink and GigE | |
Field1 | Sets the mode to only output field 1. Applies to: CameraLink and GigE | |
Name | The full name of FieldOutputMode (Overrides ParameterListEnum.Name.) |
Methods#
Name | Description | |
---|---|---|
ToString | 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