Selecting The Default Startup Set - Basler Pioneer User Manual

Gige vision cameras
Table of Contents

Advertisement

Standard Features
To load a saved configuration set or the default set from the camera's non-volatile memory into the
active set:
Set the User Set Selector to User Set 1, User Set 2, User Set 3, or Default.
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( );
Note
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 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 default settings are optimized for use in typical situations and will
provide good camera performance in most cases.

13.11.3Selecting the 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.
The User Set Default Selector is used to select the default startup set:
Set the User Set Default Selector to User Set 1, User Set 2, User Set 3, or Default.
You can set the User Set Default Selector from within your application software by using the pylon
API. The following code snippet illustrates using the API to set the selector:
Camera.UserSetDefaultSelector.SetValue( UserSetDefaultSelector_Default );
204
Basler pioneer

Advertisement

Table of Contents
loading

Table of Contents