User`s manual

AW00098504000 Features
Basler ace Camera Link 183
10.7.3 Enabling Reverse X and Reverse Y
Enabling Reverse X and Y Using Basler Pylon
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.1 on page 19.
Enabling Reverse X and Y Using Direct Register Access
To enable reverse X via direct register access:
Set the value of the Reverse X register to 1 (enabled).
To enable reverse Y via direct register access:
Set the value of the Reverse Y register to 1 (enabled).
For more information about direct register access, see Section 3.2 on page 21.