Click or drag to resize

LateralAveragingRecorder Class

Inheritance Hierarchy
SystemObject
  LynceeTec.API.CycleLateralAveragingRecorder

Namespace: LynceeTec.API.Cycle
Assembly: LynceeTec.API.Cycle (in LynceeTec.API.Cycle.dll) Version: 10.2.3317.0 , built 2025-03-17 14:55:37 UTC
Syntax
public class LateralAveragingRecorder : IReconstructionRecorder, 
	IDisposable

The LateralAveragingRecorder type exposes the following members.

Constructors
 NameDescription
Public methodLateralAveragingRecorder(BaseAcquirer, IStageItem)Initializes a new instance of the LateralAveragingRecorder class
Public methodLateralAveragingRecorder(ICameraItem, IStageItem, IConfigManager)Initializes a new instance of the LateralAveragingRecorder class
Public methodLateralAveragingRecorder(IReconstructionRecorder, Rectangle, Double, IStageItem)Initializes a new instance of the LateralAveragingRecorder class
Top
Properties
 NameDescription
Public propertyAddedImages 
Public propertyCapturedImages 
Public propertyCropResult Whether to crop the image at the end (true for background removal, false for stitching)
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the LateralAveragingRecorder
Public methodInitialize Configures this LateralAveragingRecorder. Should only be called once, subsequent calls will do nothing.
Public methodRecordAsync Creates the recording.
Top
See Also