User`s manual
Features
Basler aviator Camera Link 175
Loading a Set Using Direct Register Access
To load a saved user set or the default set from the camera’s non-volatile memory into the active
set via direct register access:
Set the value of the User Set Selector register to User Set 1, 2, or 3, or to the Default set as
desired.
Set the value of the User Set Load register to 1.
For more information about changing settings via direct register access, see Section 4 on page 45.
7.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.
Selecting the Startup Set Using Basler Pylon
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 4 on page 45.
Selecting the Startup Set Using Direct Register Access
When using direct register access, the User Set Default Selector register is used to select the
startup set:
Set the value of the User Set Default Selector register for User Set 1, User Set 2, User Set 3,
or Default as desired.
For more information about changing settings via direct register access, see Section 4 on page 45.