EasyManua.ls Logo

Basler scout GigE - Selecting a Factory Setup as the Default Set

Basler scout GigE
374 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
AW00011916000 Standard Features
Basler scout GigE 321
You can set the User Set Selector and execute the User Set Save command from within your
application software by using the pylon API. The following code snippet illustrates using the API to
set the selector and execute the command:
Camera.UserSetSelector.SetValue( UserSetSelector_UserSet1 );
Camera.UserSetSave.Execute( );
For detailed information about using the pylon API, refer to the Basler pylon Programmer’s Guide
and API Reference.
You can also use the Basler pylon Viewer application to easily set the parameters.
For more information about the pylon Viewer, see Section 3.1 on page 43.
12.18.2 Selecting a Factory Setup as the
Default Set
When the camera is delivered, the Standard Factory Setup will be selected as the default set. You
can, however, select any one of the four factory setups to serve as the default set.
To select which factory setup that will serve as the default set:
Set the Default Set Selector to the Standard Factory Setup, High Gain Factory Setup, Auto
Functions Factory Setup or Color Factory Setup.
You can set the Default Set Selector from within your application software by using the Basler pylon
API. The following code snippet illustrates using the API to set the selector:
If you want to select the Standard Factory Setup:
Camera.DefaultSetSelector.SetValue(DefaultSetSelector_Standard);
If you want to select the High Gain Factory Setup:
Camera.DefaultSetSelector.SetValue(DefaultSetSelector_HighGain);
If you want to select the Auto Functions Factory Setup:
Camera.DefaultSetSelector.SetValue(DefaultSetSelector_AutoFunctions);
If you want to select the Color Factory Setup:
Camera.DefaultSetSelector.SetValue(DefaultSetSelector_Color);
You can also use the Basler pylon Viewer application to easily set the selector.

Table of Contents

Related product manuals