Click or drag to resize

ReconstructionAddHologram Method

Adds a new hologram to the reconstruction process.

Namespace:  LynceeTec.InterfaceProcessingV2
Assembly:  LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntax
public int AddHologram(
	Hologram hologram
)

Parameters

hologram
Type: LynceeTec.InterfaceProcessingV2.ImagesHologram
The hologram to reconstruct.

Return Value

Type: Int32
0 if successful, or a negative code if an error occurs.
Remarks
The hologram will be reconstructed with the current configuration in use. If the hologram is currently in the reconstruction process, it cannot be added a second time.
See Also