Standard Features AW00097603000
238 Basler aviator GigE
10.12.3 Enabling Reverse X and Reverse Y
You can enable the reverse X and reverse Y features by setting the Reverse X and the Reverse Y
parameter values. You can use the pylon API to set the parameter values from within your
application software. The following code snippet illustrates using the API to set the parameter
values:
// Enable reverse X
Camera.ReverseX.SetValue(true);
// Enable reverse Y
Camera.ReverseY.SetValue(true);
You can also use the Basler pylon Viewer application to easily set the parameter.
For more information about the pylon API and the pylon Viewer, see Section 3 on page 21.