Exposes User DataReadonly Exposes User DataonRegister a callback to be called whenever new DepthFrameData is available. On Spectacles, the depth update rate is different from the color frame update rate and the render update rate.
Returns the name of this object's type.
Returns true if the object matches or derives from the passed in type.
Returns true if this object is the same as other. Useful for checking if two references point to the same thing.
Exposes User DataStarts depth estimation for the DepthFrameSession on Spectacles. The DepthFrameSession.onNewFrame events will only be triggered after start has been called.
Used for receiving DepthFrameData on Spectacles device.
See
Returned By: DepthModule#createDepthFrameSession
Example