Saving Configuration Sets; Loading A Saved Set Or The Default Set Into The Active Set - Basler Pioneer User Manual

Gige vision cameras
Table of Contents

Advertisement

Default Startup Set
You can select the default configuration set or one of the user configuration sets stored in the
camera's non-volatile memory to be the "default startup set." The configuration set that you
designate as the default startup set will be loaded into the active set whenever the camera starts
up at power on or after a reset. Instructions for selecting the default startup set appear on the next
page.

13.11.1Saving Configuration Sets

Saving the current active set into the camera's non-volatile memory is a three step process:
Make changes to the camera's settings until the camera is operating in a manner that you
would like to save.
Set the User Set Selector to User Set 1, User Set 2, or User Set 3.
Execute a User Set Save command to save the active set to the selected user set.
Saving an active set to a user set in the camera's non-volatile memory will overwrite any parameters
that were previously saved in that user set.
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 2.2 on
page
40.
13.11.2Loading a Saved 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.
Basler pioneer
Standard Features
page
20and Section 2.4 on
203

Advertisement

Table of Contents
loading

Table of Contents