-
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‘s performance is poor. #13540
Comments
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:
|
It looks quite normal now. Thanks. |
Yes, you can use a bag file as the data source for a RealSense program script instead of a live camera. You can do this in C++ by inserting a cfg.enable_device_from_file() instruction immediately before the pipe start line.
|
Thank you very much @MartyG-RealSense . |
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.
The text was updated successfully, but these errors were encountered: