Replies: 4 comments 1 reply
-
Hi @damavand1 The RealSense SDK has a compatibility wrapper for Open3D. https://github.com/IntelRealSense/librealsense/tree/master/wrappers/open3d Some RealSense wrappers are created and submitted to Intel by individual developers or groups of developers who are outside of Intel, and Intel commit to maintaining them in a working state, though such wrappers may not receive updates. Members of the RealSense community are able to submit updates to wrappers with a Pull Request (PR). |
Beta Was this translation helpful? Give feedback.
-
Open3D is a popular library with RealSense users for 3D reconstruction. An example of such a case is #10477 The official Open3D documentation also has a RealSense tutorial at the link below. http://www.open3d.org/docs/release/tutorial/sensor/realsense.html As Open3D version v0.12 and newer have a version of the RealSense SDK integrated into it, it is possible to use Open3D with RealSense cameras without installing the SDK or the SDK's Open3D wrapper. Open3D's tutorial has an example for capturing 150 frames of data from a live RealSense camera, saving it to a bag file and then playing the file back and displaying the data on-screen. |
Beta Was this translation helpful? Give feedback.
-
I need more step by step tutorial in open 3D but they don't support very well, and answer GitHub discussions very late. |
Beta Was this translation helpful? Give feedback.
-
I do not have a mentor contact that I can suggest. However, Open3D's examples section has RealSense beginner example programs for C++ and Python languages. C++ OnlineSLAMRealSense.cpp Python realsense_helper.py A pair of beginner tutorials for Open3D in general may also be a useful reference. |
Beta Was this translation helpful? Give feedback.
-
Does Open3D supported by intel ?
Does they working for you ?
Beta Was this translation helpful? Give feedback.
All reactions