Image Acquisition Control AW00089317000
114 Basler ace GigE
7.5.3 Setting the Field Output Mode
You can set the Field Output Mode parameter value from within your application software by using
the Basler pylon API. The following code snippet illustrates using the API to set the Field Output
Mode:
// Set the field output mode to Field 0
Camera.FieldOutputMode.SetValue( Field0 );
// Set the field output mode to Field 1
Camera.FieldOutputMode.SetValue( Field1 );
// Set the field output mode to Concatenated New Fields
Camera.FieldOutputMode.SetValue( ConcatenatedNewFields );
// Set the field output mode to Deinterlaced New Fields
Camera.FieldOutputMode.SetValue( DeinterlacedNewFields );
You can also use the Basler pylon Viewer application to easily set the parameters.
For more information about the pylon API and the pylon Viewer, see Section 3 on page 45.