# Head Tracking Accuracy

**URL:** https://forums.leialoft.com/t/head-tracking-accuracy/6416
**Category:** Developer Tools
**Created:** [March 5, 2026, 12:38am UTC](https://forums.leialoft.com/t/head-tracking-accuracy/6416 "2026-03-05T00:38:38Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![oneup03](https://avatars.discourse-cdn.com/v4/letter/o/7ba0ec/32.png) [@oneup03](https://forums.leialoft.com/u/oneup03)
#### Post date: [March 5, 2026, 12:38am UTC](https://forums.leialoft.com/t/head-tracking-accuracy/6416/1 "2026-03-05T00:38:38Z")

</div>

Hello, I’m attempting to get head tracking data using the latest LeiaSR SDK and have tried to use the headposetracker/headposelistener, but the data from them is too noisy to utilize. For example, pitch will jitter all over the place a few degrees and then a huge 20 degree jump. I’ve tried to implement some filters, but it seems like it’s not possible to get rid of all the jitter and the stronger the filter, the less responsive head tracking is. Am I missing something? or is there a better way to get head tracking data?

---

<div class="post-metadata">

### Author: ![cyberpnk](https://sea1.discourse-cdn.com/flex015/user_avatar/forums.leialoft.com/cyberpnk/32/1863_2.png) [@cyberpnk](https://forums.leialoft.com/u/cyberpnk)
#### Post date: [March 5, 2026, 1:29am UTC](https://forums.leialoft.com/t/head-tracking-accuracy/6416/2 "2026-03-05T01:29:47Z")

</div>

I’m not sure about the code, but as far as I remember the headtracking was smooth, so you might be doing something wrong. Note, with head-tracking in general (for XR), you need to use sensor fusion, the raw data is always unusable. You can either do this manually (e.g. with a madgwick filter) or use a different API, I imagine the SDK would do this for you but I’m not sure.

---

<div class="post-metadata">

### Author: ![oneup03](https://avatars.discourse-cdn.com/v4/letter/o/7ba0ec/32.png) [@oneup03](https://forums.leialoft.com/u/oneup03)
#### Post date: [March 5, 2026, 3:20am UTC](https://forums.leialoft.com/t/head-tracking-accuracy/6416/3 "2026-03-05T03:20:20Z")

</div>

Hmm… in the LeiaSR Tracking app, I do see the same jitter that I also get in test code.

I also tried to fuse between predictingeyetracker and the headposetracker, but didn’t have much luck there. What could I sensor fuse with? I’m not looking to add an IMU to my head haha.

Interestingly, running the simple OpenTrack NeuralNet tracking using the same LeiaSR camera is a lot smoother.

---

<div class="post-metadata">

### Author: ![eric](https://sea1.discourse-cdn.com/flex015/user_avatar/forums.leialoft.com/eric/32/736_2.png) [@eric](https://forums.leialoft.com/u/eric)
#### Post date: [August 28, 2026, 5:40pm UTC](https://forums.leialoft.com/t/head-tracking-accuracy/6416/4 "2026-08-28T17:40:02Z")

</div>

Hi @oneup03 ,

You may or may not have seen the offline email thread - we can definitely help you at [developers@leiainc.com](mailto:developers@leiainc.com) and we will endeavor to get this into our SDK documentation.

Respectfully,

Eric
