Features
196 Basler pilot
To set a debouncer:
Use the Line Selector to select the camera input line for which you want to set the debouncer
(input line1 or 2).
Set the value of the Line Debouncer Time Abs parameter.
You can set the Line Selector and the value of the Line Debouncer Abs parameter from within your
application software by using the pylon API. The following code snippet illustrates using the API to
set the selector and the parameter value:
// Select the input line
Camera.LineSelector.SetValue( LineSelector_Line1 );
// Set the parameter value to 100 microseconds
Camera.LineDebouncerTimeAbs.SetValue( 100 );
For detailed information about using the pylon API, refer to the Basler pylon Programmer’s Guide
and API Reference.
You can also use the Basler pylon Viewer application to easily set the parameters.
For more information about the pylon Viewer, see Section 3.1 on page 29.