User`s manual
Features
132 Basler aviator Camera Link
Camera.AutoFunctionAOIWidth.SetValue( Camera.AutoFunctionAOIWidth.GetMax() );
Camera.AutoFunctionAOIHeight.SetValue( Camera.AutoFunctionAOIHeight.GetMax() );
// Set mode of operation for balance white auto function
Camera.BalanceWhiteAuto.SetValue( BalanceWhiteAuto_Once );
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 4 on page 45.
Setting the Balance White Auto Function Using Direct Register Access
Setting the balance white auto functionality via direct register access is a several step process:
Set the position and size of Auto Function AOI 2 by setting the value of the Auto AOI 2 Left
register, the value of the Auto AOI 2 Top register, the value of the Auto AOI 2 Width register,
and the value of the Auto AOI 2 Height register.
Enable the balance white auto function in the "once" mode of operation by selecting the value
of the Balance White Auto register to "once".
For more information about changing settings via direct register access, see Section 4 on page 45.