AW00097603000 Standard Features
Basler aviator GigE 259
10.19.4 Selecting a "Startup" Set
You can select the default set or one of the user sets stored in the camera’s non-volatile memory to
be the "startup" set. The configuration set that you select as the startup set will be loaded into the
active set whenever the camera starts up at power on or after a reset.
With Basler pylon, the User Set Default Selector parameter is used to select User Set 1, User Set
2, User Set 3, or the Default Set as the startup set.
You can use the pylon API to set the User Set Default Selector parameter from within your
application software. The following code snippet illustrates using the API to set the selector:
// Designate user set 1 as the startup set
Camera.UserSetDefaultSelector.SetValue( UserSetDefaultSelector_UserSet1 );
// Designate the default set as the startup set
Camera.UserSetDefaultSelector.SetValue( UserSetDefaultSelector_Default );
For more information about the pylon API and the pylon Viewer, see Section 3 on page 21.