AIRLegend / aitrack

6DoF Head tracking software
MIT License
1.07k stars 107 forks source link

Needs a time stamp on the output so my low pass filter works better #246

Open F-23Phantom opened 9 months ago

F-23Phantom commented 9 months ago

I am trying to put a low pass filter on the output of AITrack. It works ok but would work better if there was a time stamp associated with each output packet. Since it's UDP output my program doesn't grab each and every Ethernet message. That's fine, but my filter treats each jump the same without the time stamp. If you would output a long long time stamp with each message then I could use the delta time in my filter to get better smoothing.

Otherwise, great program. Thanks!