You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 2, 2018. It is now read-only.
Within tango-examples-java/PointCloudJava/app/src/main/java/com/projecttango/experiments/javapointcloud/PointCloudActivity.java
shouldn't mCurrentTimeStamp be set before getting the current pose:
if (mTangoUx != null) {
mTangoUx.updateXyzCount(xyzIj.xyzCount);
}
mPointCloudManager.updateCallbackBufferAndSwap(xyzIj.xyz, xyzIj.xyzCount);
TangoPoseData pointCloudPose = mTango.getPoseAtTime(mCurrentTimeStamp,
framePairs.get(0));
mRenderer.updatePointCloudPose(pointCloudPose);
The text was updated successfully, but these errors were encountered: