Standard Features AW00089317000
308 Basler ace GigE
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.
10.19.3 Loading the User Set or the Default Set into the
Active Set
If you have saved a configuration set into the camera’s non-volatile memory, you can load the saved
set from the camera’s non-volatile memory into the camera’s active set. When you do this, the
loaded set overwrites the parameters in the active set. Since the settings in the active set control
the current operation of the camera, the settings from the loaded set will now be controlling the
camera.
You can also load the default set into the camera’s active set.
1. Set the User Set Selector to User Set 1, User Set 2, User Set 3 or Default.
2. Execute a User Set Load command to load the selected set into the active set.
You can set the User Set Selector and execute the User Set Load 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_UserSet2 );
Camera.UserSetLoad.Execute( );
For more information about the Basler pylon API and the pylon Viewer, see Section 3 on page 45.
To load a saved configuration set or the default set into the active set:
Loading a user set or the default set into the active set is only allowed when the
camera is idle, i.e. when it is not acquiring images continuously or does not have
a single image acquisition pending.
Loading the Default Set with the Standard Factory Setup selected into the active
set is a good course of action, if you have grossly misadjusted the settings in the
camera and you are not sure how to recover. The standard factory setup is
optimized for use in typical situations and will provide good camera performance
in most cases.