Chunk Features AW00089317000
320 Basler ace GigE
// Select reset by software
Camera.CounterResetSource.SetValue( CounterResetSource_Software );
// execute reset by software
Camera.CounterReset.Execute();
// Disable reset
Camera.CounterResetSource.SetValue( CounterResetSource_Off );
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 on page 45.
using line 1 as the source signal for a trigger input counter reset, see Section 6.1.1 on page 71.