 | LiveAcquirerLastReconstructionComputed Event |
Sends results for each new reconstruction. If
UseReconstruction is disabled, the hologram only is send at acquisition frame rate.
Namespace:
LynceeTec.API.Sequence
Assembly:
LynceeTec.API.Sequence (in LynceeTec.API.Sequence.dll) Version: 9.0.26418.0 , built 2021-10-22 08:54:13 UTC
Syntaxpublic event EventHandler<ReconstructionResults> LastReconstructionComputed
public:
event EventHandler<ReconstructionResults^>^ LastReconstructionComputed {
void add (EventHandler<ReconstructionResults^>^ value);
void remove (EventHandler<ReconstructionResults^>^ value);
}
Value
Type:
SystemEventHandlerReconstructionResults
Remarks
For performance reasons, the object sent is only an accessor to reconstruction data. It must not be disposed or modified.
Its lifetime is limited to the scope of the subscribed method and it must be copied to be used later.
The subscribed methods will be executed synchronously with the reconstruction process
and might have an impact on the reconstruction speed.
See Also