Property | Type | Description | |
---|---|---|---|
m_poseAvailableCallback | Tango.PoseProvider.TangoService_onPoseAvailable |
Method | Description | |
---|---|---|
SetCallback ( Array, framePairs ) : void |
Registers the callback.
|
Method | Description | |
---|---|---|
_OnPoseAvailable ( IntPtr, callbackContext, TangoPoseData pose ) : void |
Handle the callback sent by the Tango Service when a new pose is sampled.
|
public SetCallback ( Array, framePairs ) : void | ||
framePairs | Array, | Frame pairs. |
return | void |
protected abstract _OnPoseAvailable ( IntPtr, callbackContext, TangoPoseData pose ) : void | ||
callbackContext | IntPtr, | Callback context. |
pose | TangoPoseData | Pose. |
return | void |