-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
kinfu always fails update(), everything else works #13644
Comments
Hi @Abdob Another RealSense user on Ubuntu 22.04 had the same resetting problem with rs-kinfu at the link below. Does it make a difference if you comment out lines 257-259 of the rs-kinfu script so that the post-processing filters are not applied, please? You could also try preventing the reset from activating by commenting out line 289. https://github.com/IntelRealSense/librealsense/blob/master/wrappers/opencv/kinfu/rs-kinfu.cpp#L289 |
commenting out the lines 257-259 didn't make a difference, commenting out line 289 did prevent the reset from happening although the update is still reporting a failure. There is nothing to try from the 3D body scanning post, although I'm not currently investigating this further in the moment I'll be happy to try any other suggestions. I was able to obtain a 3D model of an object I attempted to scan but would like to be able to scan miscellaneous items in a small environment, if the real-sense can do that. Thanks, |
If you are able to use commercial software, the RealSense-supporting program LIPScan 3D may be a suitable alternative to rs-kinfu as LIPScan can scan small objects rotating on a turntable. |
Thanks for sharing this, I will contact them to see if they support the realsense D405 since I now aware that it has the most practical ideal range for our application. |
Hi @Abdob Do you have an update about this case that you can provide, please? Thanks! |
I'm using Ubuntu 22 and realsense D435i on a x86 system.
Firmware was updated from 5.12.5 to latest 5.16.0.01 as part of the trouble-shooting process.
I'm able to run all samples I've tried, but the kinfu one is always failing every other update and resetting every time it tries to update with an existing pointcloud.
What would make it reset everytime and not build the point cloud?
The text was updated successfully, but these errors were encountered: