AW00097603000 Standard Features
Basler aviator GigE 165
10.5.4 Enabling and Setting Digital Shift
Enabling and Setting Digital Shift Using Basler pylon
You can enable or disable the digital shift feature by setting the value of the Digital Shift parameter.
When the parameter is set to zero, digital shift will be disabled. When the parameter is set to 1, 2,
3, or 4, digital shift will be set to shift by 1, shift by 2, shift by 3, or shift by 4 respectively.
You can use the pylon API to set the Digital Shift parameter values from within your application
software. The following code snippet illustrates using the API to set the parameter values:
// Disable digital shift
Camera.DigitalShift.SetValue( 0 );
// Enable digital shift by 2
Camera.DigitalShift.SetValue( 2 );
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 21.