AW00089317000 Standard Features
Basler ace GigE 235
// Select sequence set with index number 0
Camera.SequenceSetIndex.SetValue( 0 );
// Set up the first acquisition scenario (lighting, object position,
etc.) and
// adjust the camera parameters for the best image quality.
// Set the number of sequence set uses
Camera.SequenceSetExecutions.SetValue( 1 );
// Store the sequence parameter values from the active set in the
selected sequence
// set
Camera.SequenceSetStore.Execute( );
// Select sequence set with index number 1
Camera.SequenceSetIndex.SetValue( 1 );
// Set up the second acquisition scenario (lighting, object position,
etc.) and
// adjust the camera parameters for the best image quality.
// Set the number of sequence set uses
Camera.SequenceSetExecutions.SetValue( 4 );
// Store the sequence parameter values from the active set in the
selected sequence
// set
Camera.SequenceSetStore.Execute( );
You can also use the Basler pylon Viewer application to easily set the parameters.