Is there a way to get the zoom property from another Visualizer in open3d #3889
Answered
by
errissa
MeyerBuaharon
asked this question in
Q&A
-
Is there a way to get my current zoom of the open3d.visualization.Visualizer because I want to get it and set it in Visualizer. I wrote this to set up the zoom |
Beta Was this translation helpful? Give feedback.
Answered by
errissa
Sep 5, 2023
Replies: 1 comment
-
With the new visualizer we don't have a concept of a "zoom" level like the old visualizer. However, you can retrieve the current FOV from the camera class then save it off and use it later to setup a new camera:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
errissa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With the new visualizer we don't have a concept of a "zoom" level like the old visualizer. However, you can retrieve the current FOV from the camera class then save it off and use it later to setup a new camera: