Click or drag to resize

TriggeredSequenceRecorder Properties

The TriggeredSequenceRecorder type exposes the following members.

Properties
  NameDescription
Public propertyAcquisitionFps
Gets or sets the acquisition frame rate.
(Inherited from LiveAcquirer.)
Public propertyBufferSize
Gets or sets the size of the acquisition buffer.
Public propertyConfigManager
Gets the current ConfigManager in use.
(Inherited from BaseSequenceManager.)
Public propertyConfiguration
Gets the current configuration used for hologram reconstruction.
(Inherited from BaseSequenceManager.)
Public propertyCurrentState
Gets the current state of the sequence manager.
(Inherited from BaseSequenceManager.)
Public propertyEffectiveAcquisitionFps
Gets the effective acquisition frame rate.
(Inherited from LiveAcquirer.)
Public propertyEffectiveReconstructionFps
Gets the effective reconstruction frame rate.
(Inherited from LiveAcquirer.)
Public propertyNumberOfRecords
Gets the current total number of records.
(Overrides BaseSequenceManagerNumberOfRecords.)
Public propertyReconstructionFps
Gets or sets the reconstruction frame rate.
(Inherited from LiveAcquirer.)
Public propertyReconstructionWindowHalfSize
Defines how many reconstructions must be processed around the selected index. If GetReconstruction(ReconstructionResults, Int32) is called for index i, outputs in range [i - ReconstructionWindowHalfSize, i + ReconstructionWindowHalfSize] are reconstructed to optimize the process and anticipate the call to future indices.
(Inherited from BaseSequenceManager.)
Public propertyTemporalAveragingFramesNumber
Gets or sets the number of frames to average during reconstruction process.
(Inherited from BaseSequenceManager.)
Public propertyTriggerFrameIndex
Gets or sets the index associated to the trigger event.
Public propertyUseReconstruction
Gets or sets a value indicating whether the reconstruction is enabled.
(Inherited from LiveAcquirer.)
Public propertyUseReferenceHologramSaving
Gets or sets the option saving the reference hologram(s) in the first hologram metadata of the acquired sequence.
(Inherited from BaseSequenceManager.)
Top
See Also