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

syncer fix: didn't release frames with inactive stream #9593

Merged
merged 5 commits into from
Aug 12, 2021

Conversation

maloel
Copy link
Collaborator

@maloel maloel commented Aug 10, 2021

It was comparing to the wrong timestamp.

Reduced the threshold used to detect inactive streams (10 -> 7 gaps), which can also reduce ability to handle big latency. But it's more important to reduce change of reaching the current queue limit of 10 frames.

Unit-test that shows this is WIP, to follow in another PR.

Tracked on [LRS-275]

@maloel maloel requested a review from aangerma August 10, 2021 06:14
src/sync.cpp Outdated Show resolved Hide resolved
@maloel maloel requested a review from aangerma August 11, 2021 14:21
@maloel maloel merged commit 2f7c953 into IntelRealSense:development Aug 12, 2021
@maloel maloel deleted the timestamp branch August 12, 2021 05:26
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.

2 participants