Open3D
Open3D copied to clipboard
How to run reconstruction system with three rgbd cameras?
Checklist
- [X] I have searched for similar issues.
- [X] For Python issues, I have tested with the latest development wheel.
- [X] I have checked the release documentation and the latest documentation (for
master
branch).
My Question
I want to reconstruct model with three rgbd images from different cameras, how can i implement it?
You may check these tutorials: http://www.open3d.org/docs/release/tutorial/pipelines/index.html. Tutorial RGBD integration and RGBD odometry should be useful,