You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for all the awesome work on this library.
I'm looking for a way to save and load the viewpoint of the orthographic camera in the visualizer using the Python bindings. I am aware of this #597 which resulted in this example, but unless I am using it wrongly I believe that it only works for non-orthographic cameras. That is, when the FOV is set to 5, saving and loading produces a different view.
The closest lead I've found so far is in the visualizer commands Ctrl+C and Ctrl+V for storing and loading the view, which works perfectly for orthographic and any view. This is exactly the behavior I want but I have not found a way to achieve this programmatically in Python, and my guess is that this relies on the C++ ConvertFromViewParameters which is not exposed yet in the Python API.
Hello, I was wondering if there are any updates on this issue?
Specifically the part where I can replicate the functionalities of Ctrl+C and Ctrl+V programmatically.
I wish to load the JSON generated by Ctrl+C from a file, such that the window opens with those camera settings.
Hi, thanks for all the awesome work on this library.
I'm looking for a way to save and load the viewpoint of the orthographic camera in the visualizer using the Python bindings. I am aware of this #597 which resulted in this example, but unless I am using it wrongly I believe that it only works for non-orthographic cameras. That is, when the FOV is set to 5, saving and loading produces a different view.
The closest lead I've found so far is in the visualizer commands Ctrl+C and Ctrl+V for storing and loading the view, which works perfectly for orthographic and any view. This is exactly the behavior I want but I have not found a way to achieve this programmatically in Python, and my guess is that this relies on the C++
ConvertFromViewParameters
which is not exposed yet in the Python API.https://github.com/intel-isl/Open3D/blob/995b646375121e348ff814b138a924bfac0f047e/src/Visualization/Visualizer/ViewControl.cpp#L96
This would be a great help to my projects, please help or let me know if I am missing something.
@syncle
The text was updated successfully, but these errors were encountered: