![]() | SDK modifications from version 8.2.x to 9.0.x |
This topic contains the following sections:
This page describes the modifications of the SDK interface introduced in version 9.0.x.
In the BaseManager class, and thus also in the derived ConfigManager class, the Connect and Disconnect methods have been renamed LinkDhmDevice and UnlinkDhmDevice respectively, to better reflect their function.
In the DHMDeviceFactory class, the CreateDHM function now takes the ConfigManager instance as argument (instead of the UserManager).
![]() |
---|
Note that it is now possible to use the Environment API for easier initialization of the Lyncée Tec SDK main classes. But the classical initialization via the SDK is also valid. |
The new reconstruction process now allow to downscale the output images by a factor two using the property
UseHalfResolution.
This option can only be combined with
UsePhaseUnwrapping,
UseThresholdIntensity,
UseThresholdPhaseGradient and
UseAreaConnecting.