And here is another update to my script:
This update adds a presicion spinner that allows you to round up the values of the TXT file.
Also added is a keyframe reducer. The value is the accuracy of the reducer; since most noise happens between 0 and 0.5-ish range I set the default on 0.5 If you need more accuracy, you lower the number. The interval number is the time step the reducer will sample at. The lower the number the less time between the steps, and thus you will get more noise.
Download the updated script here.
Next up, I asked the developer of the Android app to incorporate the azimuth, pitch and roll values, so I can grab the orientation as well. We'll see though...

Nice attempt! I'm searching for something like this tool but for Android and found your script. I made some tests and found it's not so bad. I'd be looking forward to update and more news. Thank you for sharing. Smile
ReplyDeletep.s. Why not just skip empty strings and strings with # symbol when reading .txt file?