Click or drag to resize

ReconstructionAddHologram Method

Adds a new hologram to the reconstruction process to be reconstructed using the specified configuration.

Namespace: LynceeTec.InterfaceProcessingV2
Assembly: LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntax
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