EasyManuals Logo

Basler scout GigE User Manual

Basler scout GigE
374 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #260 background imageLoading...
Page #260 background image
Standard Features AW00011916000
250 Basler scout GigE
Configuring Sequence Sets Using Basler pylon
You can use the pylon API to set the parameters for configuring sequence sets from within your
application software.
The following code snippet gives example settings. It illustrates using the API to set the auto
sequence advance mode, set the total number of sequence sets to 2, set the numbers of
consecutive sequence set executions and populate sequence sets 0 and 1 by storing the sequence
parameter values from the active set in the sequence sets:
// Disable the sequencer feature
Camera.SequenceEnable.SetValue( false );
// Set the Auto sequence advance mode
Camera.SequenceAdvanceMode.SetValue( SequenceAdvanceMode_Auto );
// Set the total number of sequence sets
Camera.SequenceSetTotalNumber.SetValue( 2 );
// 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.

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Basler scout GigE and is the answer not in the manual?

Basler scout GigE Specifications

General IconGeneral
BrandBasler
Modelscout GigE
CategoryIP Camera
LanguageEnglish

Related product manuals