Click or drag to resize

ReconstructionOpenHologramGroup Method

Opens a group of holograms to be processed together to produce one final image.

Namespace: LynceeTec.InterfaceProcessingV2
Assembly: LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntax
public void OpenHologramGroup(
	out long hologramGroupId,
	int configurationId,
	int nbHologramPerGroup
)

Parameters

hologramGroupId  Int64
The hologram group identifier automatically defined.
configurationId  Int32
The configuration identifier used to reconstruct the group of holograms.
nbHologramPerGroup  Int32
The number of hologram in a hologramGroup
See Also