IDS Peak comfortSDK, genericSDK, IPL, and AFL developer manuals are external documents. Please contact us if you need them.
All uEye+ cameras allow to save camera settings into so-called user sets. They are stored to the internal memory and persistent on power loss. Some user sets are pre-defined and read-only. You can use them to switch between different operation modes or to restore default factory presets.
Each user set stores all camera parameters except:
•all settings from the GigEVision category
•all settings from the LUTControl category
Typical user sets
User set |
Description |
---|---|
Default |
Default camera settings for standard operation mode. Loading this user set guarantees that your camera can be started with continuous freerun acquisition. It is compatible with most applications. |
Linescan |
Default settings for line scan operation mode. Loading this user set sets the SensorOperationMode to "Linescan". |
LongExposure |
Default settings for long exposure operation mode. |
UserSet0 |
Custom camera settings. |
UserSet1 |
Custom camera settings. |
If you need more than two sets of camera parameters, you can use a software feature to save and restore camera parameters to a file. See Loading/saving camera settings from/into a file. |
Configuration
For loading and saving user sets (UserSetControl), the image acquisition must be stopped.
Saving a user set
To store the current camera parameters into a user set, choose one of the sets for custom settings and save it.
UserSetSelector = UserSet0;
UserSetSave();
Loading a user set
You can define a user set that is restored on camera startup, i.e. each time the camera is powered up. If you want to start your camera with your custom parameters from "UserSet0", set the UserSetDefault accordingly.
UserSetDefault = UserSet0;
You have to save parameters to "UserSet0" before you can choose it as UserSetDefault. |
Additional information
Camera feature reference |
|
---|---|
IDS peak topics |