PerceptionStateExt

Added in 1.0.0-alpha15

public final class PerceptionStateExt


Summary

Public methods

static final PerceptionState

The state of the perception system at a specific point in time, corresponding to a CoreState.

Public methods

getPerceptionState

public static final PerceptionState getPerceptionState(@NonNull CoreState receiver)

The state of the perception system at a specific point in time, corresponding to a CoreState.

This extension property provides a consistent snapshot of all available perception data (e.g., hands, eyes, trackables, depth, etc.) for the CoreState.timeMark of the receiver. All perception state objects within a single PerceptionState instance are synchronized to that particular moment in time.`