User`s manual

Sensor Bit Depth, Pixel Formats, Tap Geometries, and Clock Speeds AW00098504000
154 Basler ace Camera Link
9.3.8 Setting the Tap Geometry
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 1X3-1Y
Camera.ClTapGeometry.SetValue( ClTapGeometry_Geometry1X3_1Y );
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.1 on page 19.
Setting the Tap Geometry Using Direct Register Access
To set the Camera Link tap geometry via direct register access:
Set the value of the CL Tap Geometry register for 1X2-1Y, 1X3-1Y, 1X4-1Y, 1X6-1Y, 1X8-1Y or
1X10-1Y as desired.
For more information about direct register access, see Section 3.2 on page 21.