Chunk Features AW00089317000
316 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.
about using line 1 as the source signal for a frame counter reset, see Section 6.1.1 on
page 71.