Setting The Tap Geometry - Basler Racer User Manual

Camera link cameras
Hide thumbs Also See for Racer:
Table of Contents

Advertisement

AW00118508000
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
To set the Camera Link tap geometry via direct register access:
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
Basler racer Camera Link
Pixel Formats and Tap Geometries
page
26.
page
28.
99

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents