How to programmatically change camera to a random perspective? #5884
Unanswered
domattioli
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to keep the object at the datum centered, but viewed from a different (i.e., random) perspective. I don't wholly understand intrinsic./extrinsic parameters and I'm brand new to open3d.
I believe the object that must be operated on is
self._scene.scene.camera
, which, if you print out the object you see that it is located at an ostensibly-hexadecimal defined location:Is it possible to change this location to something random with a few lines of code?
Beta Was this translation helpful? Give feedback.
All reactions