What is the best way to measure quality of head pose tracking in real-time?

Hi!

We're working on a use-case in which we need to monitor the quality of headpose tracking in real time.

In the documentation, we found best practices for achieving the optimal tracking experience:

However, what we're looking for is a method to quantify this tracking quality.

Any ideas on how to best tackle this challenge?

Thanks!

You can get the tracking quality using the HeadTrackingState data:

1 Like

This is great. Thanks for sharing!