How to keep viewer window open? #3724
Replies: 3 comments 2 replies
-
Hi @mingyangpeng check out this example for visualizing updating point clouds in multiple windows: https://github.com/intel-isl/Open3D/blob/master/examples/python/gui/multiple-windows.py |
Beta Was this translation helpful? Give feedback.
-
@errissa could you take a look at this? Is this feature still working? |
Beta Was this translation helpful? Give feedback.
-
@mingyangpeng I confirmed that the The visualizer is a little picky about where it looks for the resources it requires so that's why you got the error you got. You have to run the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I need help that I want to see the change state of point cloud before and after processing, how to keep the previous window open and create a new window. I didn't find any example.
Beta Was this translation helpful? Give feedback.
All reactions