Skip to main content
API Reference NSDK NSDKDepthSession

latestDepth

Retrieves the latest depth result from the depth session....

Declaration

func latestDepth() -> NSDKAsyncState<DepthResult, AwarenessError>

Summary

Retrieves the latest depth result from the depth session.
- Returns: An NSDKAsyncState containing either the latest DepthResult,
or an AwarenessError.