Replies: 1 comment
-
@lambertwx I was able to reproduce this error and will look into it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to configure the Camera (in the Open3DScene inside a SceneWidget) to use orthographic projection. According to the docs this should be possible using Camera.set_projection, but I get an error when I call it.
Here's my code:
Running open3d 0.16.1 on MacOS Big Sur 11.7.4, I get the runtime error
in void filament::FCamera::setProjection(Camera::Projection, double, double, double, double, double, double):100 reason: Camera preconditions not met. Using default projection.
and the projection remains perspective.I tried removing the call to
widget.setup_camera()
but I still get the same result.There is a ticket opened last year with this question #4862, but no activity, so I'm asking here.
Beta Was this translation helpful? Give feedback.
All reactions