User`s manual
Pixel Formats, Tap Geometries, and Color Filters
98 Basler aviator Camera Link
Setting the Tap Geometry Using Basler Pylon
You can use the pylon API to set the Camera Link tap geometry from within your application
software. The following code snippet illustrates using the API to set the tap geometry:
// Set the tap geometry to 1X2-1Y
Camera.ClTapGeometry.SetValue( ClTapGeometry_Geometry1X2_1Y );
// Set the tap geometry to 1X-2YE
Camera.ClTapGeometry.SetValue( ClTapGeometry_Geometry1X-2YE );
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 Tap Geometry Using Basler Pylon
To set the Camera Link tap geometry via direct register access:
Set the value of the CL Tap Geometry register for 1X2-1Y or 1X-2YE.
For more information about setting parameters via direct register access, see Section 4 on page 45.