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
In pyrender, users can choose 3 types of cameras model: PerspectiveCamera, OrthographicCamera and IntrinsicsCamera.
In IntrinsicsCamera, users can input the specific intrinsic parameters of camera.
But how can I input the distortion parameters? Because I want to render images from fisheye cameras. Thanks.
The text was updated successfully, but these errors were encountered:
In pyrender, users can choose 3 types of cameras model: PerspectiveCamera, OrthographicCamera and IntrinsicsCamera.
In IntrinsicsCamera, users can input the specific intrinsic parameters of camera.
But how can I input the distortion parameters? Because I want to render images from fisheye cameras. Thanks.
The text was updated successfully, but these errors were encountered: