You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* OpenNI wants the timestamp in microseconds so we have to divide the 60MHz clock timestamp to get the correct value
* Input timestamp is a uint32_t, thus overflowing after ~70s. The timestamp now is stored in a uint64_t value, overflows are now handled and the returned time is monotonically increasing.
(cherry picked from commit 85a9980)
Signed-off-by: Benn Snyder <[email protected]>
0 commit comments