Skip to content

Increase the syncer queue on model-views.h to avoid frame drops. - #9183

Merged
maloel merged 2 commits into
realsenseai:developmentfrom
aangerma:DSO-16419-drops
Jun 10, 2021
Merged

Increase the syncer queue on model-views.h to avoid frame drops.#9183
maloel merged 2 commits into
realsenseai:developmentfrom
aangerma:DSO-16419-drops

Conversation

@aangerma

@aangerma aangerma commented Jun 8, 2021

Copy link
Copy Markdown
Contributor

This queue stores the output from the syncer, and has to be large enough to deal with slowdowns on the processing / rendering threads of the Viewer, to avoid frame drops.

The problem here wasn't slowdowns of the other thread -- it was bust output from the syncer, too fast for any other thread to deal with and causing drops. The bursts are caused by latency introduced on the USB/FW side when different streams have different FPS.

[tracked-on DSO-16419]

Comment thread common/model-views.h
@maloel
maloel merged commit 3eac7ad into realsenseai:development Jun 10, 2021
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.

3 participants