Loading A User Set Or The Factory Set Into The Active Set - Basler DART BCON SERIES User Manual

Table of Contents

Advertisement

Features
11.15.2 Loading a User Set or the Factory Set into the
Active Set
You can load any user set (User Set 1, User Set 2, or User Set 3) or the factory set (Default) from
the camera's non-volatile memory into the camera's active set.
The loaded set overwrites the parameter settings in the active set. The settings from the loaded set
will now be controlling the camera.
To load a user set or the factory set into the active set:
1. Set the UserSetSelector to UserSet1, UserSet2, UserSet3, or to Default.
2. Execute a UserSetLoad command to load the selected set into the active set.
You can set the UserSetSelector and execute the UserSetLoad command from within your
application software by using the pylon API. The following code snippets illustrate using the API
select User Set 2 and execute the load command:
camera.UserSetSelector.SetValue(UserSetSelector_UserSet2);
camera.UserSetLoad.Execute();
Loading a user set or the factory 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 into the active set is
recommended if you have 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.
128
AW00136902000
Basler dart BCON

Advertisement

Table of Contents
loading

Table of Contents