EasyManua.ls Logo

Basler acA2040-55 - Selecting a User Set

Basler acA2040-55
373 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
AW00123409000 Features
Basler ace USB 3.0 329
7.21.1 Selecting a User Set
If you want to load any of the user sets into the Active User Set or if you want to configure
User Set 1, User Set 2 or User Set 3, you must first select the desired user set.
When the camera is delivered, the Default User Set will be selected.
1. Set the User Set Selector to the desired user set (one of the factory setups, User Set 1, User
Set 2 or User Set 3).
You can set the User Set Selector from within your application software by using the Basler pylon
API. The following code snippet illustrates using the API to set the selector:
If you want to select the Default User Set:
camera.UserSetSelector.SetValue(UserSetSelector_Default);
If you want to select the High Gain User Set:
camera.UserSetSelector.SetValue(UserSetSelector_HighGain);
If you want to select the Auto Functions User Set:
camera.UserSetSelector.SetValue(UserSetSelector_AutoFunctions);
If you want to select the Color Raw User Set:
camera.UserSetSelector.SetValue(UserSetSelector_ColorRaw);
If you want to select e.g. User Set 1:
camera.UserSetSelector.SetValue(UserSetSelector_UserSet1);
You can also use the Basler pylon Viewer to easily set the selector.
For more information about the Basler pylon API and the pylon Viewer, see Section 3.1 on page 61.
To select a User Set using Basler pylon:

Table of Contents

Related product manuals