 | ReconstructionAddHologram Method |
Adds a new hologram to the reconstruction process to be reconstructed using the specified configuration.
Namespace: LynceeTec.InterfaceProcessingV2Assembly: LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntaxpublic void AddHologram(
Hologram hologram,
int configurationId
)
public:
void AddHologram(
Hologram^ hologram,
int configurationId
)
Parameters
- hologram Hologram
- The hologram to reconstruct.
- configurationId Int32
- The configuration identifier used to reconstruct the hologram.
Remarks
If the hologram is currently in the reconstruction process, it cannot be added a second time.
See Also