CollectorChunkData Property

Gets the measurement chunk data which has been collected up for the current chunk until this point.

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.12.0.0 (4.12.0.0)
C#
public ChunkData ChunkData { get; }

Property Value

ChunkData

Remarks

The collected measurement chunk data is offloaded to the ChunkData and resets the internal collector state to continue processing more frames in the next chunk.

See Also