How to create camera trajectory path visualization? #3739
Unanswered
preethamam
asked this question in
Q&A
Replies: 2 comments 3 replies
-
I’m looking also for this. Any update on this ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, cameras can be visualized as LineSets. You'll need to compute the camera center and draw a "camera box" from it. Check out this unofficial example code: https://github.com/yxlao/Open3D/blob/realsense-record/examples/Python/ReconstructionSystem/visualize_pose.py We are planning to add native camera/trajectory plotting support in Open3D. |
Beta Was this translation helpful? Give feedback.
3 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 have searched the Open3D tutorials but did not find a solution to the camera trajectory visualization similar to the image below:

Any help is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions