Minimal code for reading pointclouds in bag file and visualizing them with Open3D #6352
Replies: 1 comment
-
Hi @evbernardes here's an example for what you are looking for: https://github.com/isl-org/Open3D/blob/master/examples/python/io/realsense_io.py A more complex example is here: https://github.com/isl-org/Open3D/blob/master/examples/python/visualization/online_processing.py |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm starting to work with a Realsense camera and I'd like to use Open3D to do some processing of pointclouds.
I didn't manage to find any examples that do the following:
Can someone share a minimal code that does this?
Beta Was this translation helpful? Give feedback.
All reactions