This website is being translated through machine translation by a third-party service. Basler does not warrant the accuracy, reliability or timeliness of any information translated by this system and will not accept liability for loss or damage incurred as a result. Content that has not yet been translated appears in English. Switch to English version
Basler Vision Connector Messaging: Retrieving Available User Sets#
The GenICam protocol allows you to store parameter sets on the camera. With the Basler Vision Connector you can save, load, and define the default user set to be used on camera restart.
With the following message, you can retrieve the available user sets on the camera.
Parameter value that needs to be used to set the user set value.
IntValue
No
Integer (64-bit signed)
Integer value of the user set
Description
Yes
String
User set description
{"TransactionID":"12323454754","ReturnCode":0,"Message":"Userset retrieved.","UserSetList":[{"DisplayName":"Default User Set","Value":"Default","IntValue":0,"Description":"The default factory set can be loaded."},{"DisplayName":"User Set 1","Value":"UserSet1","IntValue":1,"Description":"User set 1 can be saved, loaded, or configured."},{"DisplayName":"User Set 2","Value":"UserSet2","IntValue":2,"Description":"User set 2 can be saved, loaded, or configured."},{"DisplayName":"User Set 3","Value":"UserSet3","IntValue":3,"Description":"User set 3 can be saved, loaded, or configured."}]}