On Pose Available Listener
fun interface OnPoseAvailableListener : AbsolutePoseEstimator.OnPoseAvailableListener<LocalPoseEstimator>
Interface to notify when a new pose is available.
Functions
Link copied to clipboard
abstract fun onPoseAvailable(estimator: LocalPoseEstimator, currentFrame: ECEFFrame, previousFrame: ECEFFrame, initialFrame: ECEFFrame, timestamp: Long, poseTransformation: EuclideanTransformation3D?)
Called when a new pose is available.