OpenPTrack / open_ptrack_v2

OPT v2 "Gnocchi" - adding object tracking and pose recognition
BSD 3-Clause "New" or "Revised" License
220 stars 65 forks source link

OpenPTrack v2 latency #128

Open mnemllr opened 4 years ago

mnemllr commented 4 years ago

Hello,

The latency of my VR application is too high, so I try to find out where I accumulate my latencies.

I compare the time stamp of the received OPT tracking data with the current Unix epoch time. For this it would be interesting to know when the time stamp is created. Before the OPT image processing steps or just when the UDP message is created?

Thank you for your help.