-
Notifications
You must be signed in to change notification settings - Fork 5.8k
dynafu opengl.cpp assertion error #2528
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
Comments
My compilation configuration
|
I'm getting the same error at 4.5.0. CMake config
BTW |
I met the same error when running the test code. Does anyone know how to fix it? |
DynamicFusion is being rewritten now by me. You can try draft PR branch if this would help: #2719 |
System information (version)
Detailed description
When using the function cv::dynafu::DynaFu::renderSurface I get the following error:
opencv/modules/core/src/opengl.cpp:359: error: (-215:Assertion failed) bufId_ != 0 in function 'Impl'
Steps to reproduce
I used as reference the test_dynafu.cpp file.
And I used the following depth image in the opencv_extra: 1341846092.023879.png
Code to recreate this error:
If I comment out the line
df->renderSurface(renderedDepth, cv::noArray(), cv::noArray());
the code runs fine. I also tried using the function cv::dynafu::DynaFu::getCloud and that one does not throw any error./cc @savuor @UnderscoreAsterisk
The text was updated successfully, but these errors were encountered: