 | 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
Syntaxpublic int AddHologram(
Hologram hologram
)
public:
int AddHologram(
Hologram^ hologram
)
Parameters
- hologram
- Type: LynceeTec.InterfaceProcessingV2.ImagesHologram
The hologram to reconstruct.
Return Value
Type:
Int320 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