AW00123402000 Features
Basler ace USB 3.0 241
The User Set Default Selector is used to select the startup set:
1. Set the User Set Default Selector to the desired User Set.
You can set the User Set Default Selector from within your application software by using the pylon
API. The following code snippets illustrate using the API to set the selector:
If you want to designate the Default User Set as User Set Default:
camera.UserSetDefault.SetValue(UserSetDefault_Default);
If you want to designate the High Gain User Setas User Set Default:
camera.UserSetDefault.SetValue(UserSetDefault_HighGain);
If you want to designate the Auto Functions User Set as User Set Default:
camera.UserSetDefault.SetValue(UserSetDefault_AutoFunctions);
If you want to designate e.g. User Set 1as User Set Default:
camera.UserSetDefault.SetValue(UserSetDefault_UserSet1);
For more information about the Basler pylon API and the pylon Viewer, see Section 3.1 on page 37.
To designate a User Set as the User Set Default using Basler pylon: