AW00118508000 Pixel Formats and Tap Geometries
Basler racer Camera Link 99
7.2.1 Setting the Tap Geometry
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 1X
camera.ClTapGeometry.SetValue(ClTapGeometry_Geometry1X);
// Set the tap geometry to 1X2
camera.ClTapGeometry.SetValue(ClTapGeometry_Geometry1X2);
// Set the tap geometry to 1X4
camera.ClTapGeometry.SetValue(ClTapGeometry_Geometry1X4);
// Set the tap geometry to 1X8
camera.ClTapGeometry.SetValue(ClTapGeometry_Geometry1X8);
// Set the tap geometry to 1X10
camera.ClTapGeometry.SetValue(ClTapGeometry_Geometry1X10);
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 26.
Set the value of the CL Tap Geometry register for 1X, 1X2, 1X4, 1X8 or 1X10 as desired.
For more information about direct register access, see Section 3.2 on page 28.
To set the Camera Link tap geometry via direct register access: