
Standard Features
AW00011916000
274
Basler scout GigE
// Set the Free Selection sequence advance mode
Camera.SequenceAdvanceMode.SetValue( SequenceAdvanceMode_FreeSelection );
// Set the total number of sequence sets
Camera.SequenceSetTotalNumber.SetValue( 3 );
// Set line 1 as the control source for setting sequence set address bit 0
Camera.SequenceAddressBitSelector.SetValue( SequenceAddressBitSelector_Bit0 );
Camera.SequenceAddressBitSource.SetValue( SequenceAddressBitSource_Line1 );
// Set line 2 as the control source for setting sequence set address bit 1
Camera.SequenceAddressBitSelector.SetValue( SequenceAddressBitSelector_Bit1 );
Camera.SequenceAddressBitSource.SetValue( SequenceAddressBitSource_Line2 );
// 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( );
// Select sequence set with index number 2
Camera.SequenceSetIndex.SetValue( 2 );
// Set up the third 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.
Summary of Contents for scout GigE
Page 4: ......
Page 50: ...Specifications Requirements and Precautions AW00011916000 40 Basler scout GigE...
Page 52: ...Installation AW00011916000 42 Basler scout GigE...
Page 66: ...Basler Network Drivers and Parameters AW00011916000 56 Basler scout GigE...
Page 80: ...Network Related Camera Parameters and Managing Bandwidth AW00011916000 70 Basler scout GigE...
Page 184: ...Image Acquisition Control AW00011916000 174 Basler scout GigE...
Page 206: ...Color Creation and Enhancement AW00011916000 196 Basler scout GigE...
Page 232: ...Pixel Data Formats AW00011916000 222 Basler scout GigE...
Page 354: ...Chunk Features AW00011916000 344 Basler scout GigE...
Page 358: ...Troubleshooting and Support AW00011916000 348 Basler scout GigE...
Page 367: ...AW00011916000 Revision History Basler scout GigE 357...
Page 368: ...Revision History AW00011916000 358 Basler scout GigE...