
Standard Features AW00104701000
192 Basler scout light GigE
Setting the Debouncer
The debouncer value is determined by the value of the Line Debouncer Time Abs parameter value.
The parameter is set in microseconds and can be set in a range from 0 to approximately 1 s.
To set a debouncer:
Use the Line Selector to select the camera input line 1.
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 25.
Comentarios a estos manuales