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

Threading issues related to second window #23

Open
m9dfukc opened this issue May 24, 2017 · 1 comment
Open

Threading issues related to second window #23

m9dfukc opened this issue May 24, 2017 · 1 comment

Comments

@m9dfukc
Copy link

m9dfukc commented May 24, 2017

Hi,

I'm experiencing threading issues related to a second openframeworks window. I have setup a simple example on gist. The application erratically crashes when running in release mode, resulting in the following error:

OpenCV Error: Assertion failed (0 <= roi.x && 0 <= roi.width && roi.x + roi.width <= m.cols && 0 <= roi.y && 0 <= roi.height && roi.y + roi.height <= m.rows) in Mat, file ... /opencv/modules/core/src/matrix.cpp, line 323

[ fatal ] ofThreadErrorLogger::exception: ... /opencv/modules/core/src/matrix.cpp:323: error: (-215) 0 <= roi.x && 0 <= roi.width && roi.x + roi.width <= m.cols && 0 <= roi.y && 0 <= roi.height && roi.y + roi.height <= m.rows in function Mat

@m9dfukc
Copy link
Author

m9dfukc commented May 24, 2017

Might be related to issue #20 ?!

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

No branches or pull requests

1 participant