On this page←API Reference Return to API Reference index←packageSwiftyNsdk SwiftyNsdk←classNsdkDepthSession NsdkDepthSession Method latestDepth latestDepthRetrieves 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.
Retrieves the latest depth result from the depth session.
- Returns: An
NsdkAsyncStatecontaining either the latestDepthResult,or an
AwarenessError.