Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Field of View (FOV) of the Camera #717

Open
hesic73 opened this issue Nov 24, 2024 · 1 comment
Open

Field of View (FOV) of the Camera #717

hesic73 opened this issue Nov 24, 2024 · 1 comment

Comments

@hesic73
Copy link
Contributor

hesic73 commented Nov 24, 2024

In the CameraConfig class, we can specify the field of view (FOV) of the camera as shown here:

fov: float = None

It appears that this FOV corresponds to the vertical field of view (fovy), with compute_x=True used to compute the horizontal FOV (fovx) automatically. I also noticed that Sapien provides a direct API to set the horizontal FOV (fovx). Could you please provide more detail on this?

fovy: Union[float, List, None] = None,

@StoneT2000
Copy link
Member

This is ported from the old MS2 API. We should just add support for fovx and fovy directly. fov is just a convenience so you can put in one number only.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants