Click or drag to resize

BaseSequenceManagerTemporalAveragingFramesNumber Property

Gets or sets the number of frames to average during reconstruction process.

Namespace: LynceeTec.API.Sequence
Assembly: LynceeTec.API.Sequence (in LynceeTec.API.Sequence.dll) Version: 10.2.3317.0 , built 2025-03-17 14:55:36 UTC
Syntax
public virtual int TemporalAveragingFramesNumber { get; set; }

Property Value

Int32
Exceptions
ExceptionCondition
InvalidOperationExceptionThe current state does not allow the method to be called.
Remarks

Default value is set to 1 and performs no averaging.

Can only be set when CurrentState is Created, NoHologram, Loaded, Saved or Recorded.

See Also