-
Notifications
You must be signed in to change notification settings - Fork 25
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
openniSmoothNormals crashes with segfault on ubuntu 14.04 #1
Comments
Here is the backtrace of openniSmoothNormals:
|
Thanks for the feedback =). I pushed fixes all issues:
Let me know if you encounter any other problems. |
Thanks for the quick turnaround! We'll give it a try we pulled and saw your changes then reran the dependency build and primary build steps. We're still getting a segfault on openniSmoothNormals. We'll post a stack trace shortly. We can also try recompiling from scratch. Side note, any chance you're also aware of anything that does temporal smoothing based on data over several frames? |
|
That is weird. I added a check that the point cloud is non-empty before it calls the updatePointCloud(). But I dont think that should be the problem. Did it go away? Re side note: temporal smoothing of what? I do have a temporal filtering of the directional segmentation implemented here https://github.com/jstraub/rtDDPvMF. |
We may just have to recompile, sorry ran out of time today to try it. side note: Meant temporal filtering of depth, perhaps with a median filter over n frames on a per pixel basis. Sorry for not being specific enough :-) |
Okay try recompiling. I dont have that kind of temporal filtering code flying around at this point ;) |
@fjonath1 and I tested out your app and we are able to run openniSmoothDepth and see the depth output, but the point cloud is totally white. Also rgb is swapped as bgr.
openniSmoothNormals crashes completely at startup. We will post photos shortly
The text was updated successfully, but these errors were encountered: