AW00011916000 Chunk Features
Basler scout GigE 337
// select reset by signal on input line 2
Camera.CounterResetSource.SetValue( CounterResetSource_Line2 );
// select reset by software
Camera.CounterResetSource.SetValue( CounterResetSource_Software );
// execute reset by software
Camera.CounterReset.Execute();
// disable reset
Camera.CounterResetSource.SetValue( CounterResetSource_Off );
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.