User`s manual
AW00089316000 Standard Features
Basler ace GigE 265
// Set line 1 as the control source for setting sequence set address
bit 0
Camera.SequenceAddressBitSelector.SetValue(
SequenceAddressBitSelector_Bit0 );
Camera.SequenceAddressBitSource.SetValue(
SequenceAddressBitSource_Line1 );
// 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.
// 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.
// 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.










