Standard Features AW00097603000
222 Basler aviator GigE
// Enable the sequencer feature
Camera.SequenceEnable.SetValue( true );
The following code snippet illustrates using the API to load the sequence parameter values from
sequence set 0 into the active set:
// Select sequence set with index number 0
Camera.SequenceSetIndex.SetValue( 0 );
// Load the sequence parameter values from the sequence set into the
active set
Camera.SequenceSetLoad.Execute( );
You can also use the Basler pylon Viewer application to easily set the parameters.