Skip to main content
API Reference SwiftyNsdk 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.


ON THIS PAGE