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: 9.2.6612.0 , built 2022-07-14 10:47:23 UTC
Syntax
public virtual int TemporalAveragingFramesNumber { get; set; }

Property Value

Type: 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