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

DisparityViewNodelet: fixed freeze #244

Merged
merged 1 commit into from Apr 30, 2017

Conversation

cwecht
Copy link
Contributor

@cwecht cwecht commented Jan 3, 2017

A similar problem as in #242 has been fixed in DisparityViewNodelet. OpenCV with QT needs namedWindow and imshow to be called in the same thread. DisparityViewNodelet onInit and the DisparityImage-callback are not called in the same thread, so it necessary to move the namedWindow-call in the callback-function.

@leolchat
Copy link
Contributor

leolchat commented Feb 13, 2017

Please merge that :)
PS: Just putting a call to waitKey fixes the things for me (opencv3 + qt).

@vrabaud vrabaud merged commit 43d6163 into ros-perception:indigo Apr 30, 2017
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

3 participants