 | ReconstructionOpenHologramGroup Method |
Opens a group of holograms to be processed together to produce one final image.
Namespace: LynceeTec.InterfaceProcessingV2Assembly: LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntaxpublic void OpenHologramGroup(
out long hologramGroupId,
int configurationId,
int nbHologramPerGroup
)
public:
void OpenHologramGroup(
[OutAttribute] long 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