![]() | SDK and API modifications from version 9.0.x to 9.1.x |
This topic contains the following sections:
This page describes the modifications of the API and SDK interfaces introduced in version 9.1.x.
In the DHMDeviceFactory class, the CreateDHM(IDHMParameters, IBaseManager) and CreateDHM(IDHMParameters, IUserManager, IDHMHardwareItemsUsage) functions now return a IDHMDevice.
In the ReconstructionResults class, the hologram(s) is/are now accessed via the HologramGroup property. (In the usual case where a single hologram is reconstructed, it is the first and only element of the array)
The introduction of CUDA 11.5 allows the creation of multiple instances of the Reconstruction class, using the same or different GPUs. This implies that several instances inheriting from the BaseSequenceManager class can now coexist.
BaseSequenceManager implements the TemporalAveragingFramesNumber option.