Features AW00136902000108 Basler dart BCON11.9.3 Enabling Reverse X and Reverse YYou can enable the Reverse X and Reverse Y features by setting the ReverseX and the ReverseYparameter values. You can use the pylon API to set the parameter values from within yourapplication software. The following code snippet illustrates using the API to set the parametervalues:// Enable reverse Xcamera.ReverseX.SetValue(true);// Enable reverse Ycamera.ReverseY.SetValue(true);