Open star-ice opened 22 hours ago
Hi @star-ice It sounds as though you used rs-kinfu properly. Other RealSense users have experienced slow performance with rs-kinfu, so it is not just you.
I would recommend trying the following changes:
Comment out line 204 defining the high_density camera configuration preset.
Comment out lines 219 and 257-259 that apply post-processing filters, as these filters are calculated on the computer's CPU and so can add a processing burden to it. If commenting out all the filters results in a noticable reduction in depth image quality then try only commenting out the spatial filter.
Before opening a new issue, we wanted to provide you with some useful suggestions (Click "Preview" above for a better view):
All users are welcomed to report bugs, ask questions, suggest or request enhancements and generally feel free to open new issue, even if they haven't followed any of the suggestions above :)
Issue Description
I used Kinfu for the 3D reconstruction of a small scene. The camera is D455. I opened the rs-kinfu program and slowly moved the camera, but the performance was not good enough. The point cloud was skewed and even though I had moved as slowly as I could, there were still so many redundant points around the object. The point cloud is as follows:
The scene looks like this:
I wonder whether I used kinfu incorrectly or need to modify the code for better performance. Thanks for your help.