CollectorNumberFramesNeeded Property

Gets the approximate number of additional video frames required before sufficient information has been collected to make the server request.

Definition

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

Property Value

Int32

Remarks

The number frames needed is a rough guide for the client application to know how many more data points will be required for a request to be sent. It is not a guarantee as variance will occur for a number of reasons: variable frame rate, participant movement, along with environment and camera impacts. When the measurement has collected enough data this will be zero and isChunkReady will return true. The number of frames is not necessarily monotonically decreasing.

If sufficient information has been collected, 0 is returned. If there is an error or inability to calculate, -1 is returned.

See Also