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

Fixing basic threading issues within on-chip calibration UI #4772

Merged
merged 1 commit into from
Sep 2, 2019

Conversation

dorodnic
Copy link
Contributor

@dorodnic dorodnic commented Sep 1, 2019

Current implementation can sometimes crash due to a race between UI thread and the calibration process thread. This should be solved by this patch, introducing simple invoker mechanism - this way the calibration thread can execute code on the UI thread at next render frame and wait until its done.

@ev-mp ev-mp merged commit 69be34c into IntelRealSense:development Sep 2, 2019
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