Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

try to fix global timestamp mapping issue when HW timestamp is rollback to 0 #12451

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

mengyui
Copy link
Contributor

@mengyui mengyui commented Nov 28, 2023

HW timestamp is 32bit.
when the HW timestamp is rollbacked to 0 from 2^32, the global timestamp may drift a little in about 1 second.

the value of _base_sample._x is copied from the HW timestamp.
the value of _base_sample._y is host timestamp.
when the HW timestamp is rollback, _x should be changed.

@Nir-Az Nir-Az requested a review from ev-mp November 29, 2023 18:30
@Nir-Az Nir-Az requested review from remibettan and removed request for ev-mp February 13, 2024 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant