Loading User Set Into The Active User Set - Basler acA2040-55 User Manual

Basler ace
Table of Contents

Advertisement

AW00123409000

7.21.3 Loading User Set into the Active User Set

You can load any user set from the camera's non-volatile memory into the camera's active user set.
Accordingly, you can load the user sets with factory setup (Default User Set, High Gain User Set,
Auto Function User Set) and the user sets with parameter values previously saved by the user
(User Set 1, User Set 2, User Set 3 or a subset) into the camera's non-volatile memory.
When you load a user set, the loaded set overwrites the parameter settings 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.
To load a User Set from the non-volatile memory into the active user set using
Basler pylon:
1. Set the User Set Selector to the desired User Set, e.g. User Set 2.
2. Execute a User Set Load command to load the selected user set into the active user 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 snippets illustrate using the API to
set the selector and execute the command:
If you want to load e.g. User Set 2:
camera.UserSetSelector.SetValue(UserSetSelector_UserSet2);
camera.UserSetLoad.Execute( );
If you want to load the Default User Set:
camera.UserSetSelector.SetValue(UserSetSelector_Default);
camera.UserSetLoad.Execute( );
If you want to load the High Gain User Set:
camera.UserSetSelector.SetValue(UserSetSelector_HighGain);
camera.UserSetLoad.Execute( );
If you want to load the Auto Functions User Set:
camera.UserSetSelector.SetValue(UserSetSelector_AutoFunctions);
camera.UserSetLoad.Execute( );
If you want to load the Color Raw User Set:
camera.UserSetSelector.SetValue(UserSetSelector_ColorRaw);
camera.UserSetLoad.Execute( );
Basler ace USB 3.0
Features
331

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Aca2440-35Aca2040-120Aca2440-75

Table of Contents