-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Incorrect FOV in simGetCameraInfo call #2977
Labels
Comments
I confirm the issue on |
Also seeing this issue on: AirSim Plugin: commit f36efa6 |
Will be great if someone can test #3278 and see if it fixes the problem |
Hi Clint, Would you mind sharing your settings.json ? Thank you. |
Thanks, @rajat2004 ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using the Python API, changing the
FOV_Degrees
field insettings.json
or usingsimSetCameraFov()
to set a cameras FOV works. However, when querying the camera information withsimGetCameraInfo()
, it always returns aCameraInfo.fov = 90
. Could this be incorrectly reporting the vertical FOV, or is it not being updated with the new horizontal FOV changes?Python: 3.6.9
AirSim Plugin: commit bd8ee6b (latest on master at the time)
AirSim Python API: 1.2.8
UE: 4.25.3 (also tested in 4.24.3)
OS: Ubuntu 18.04 (docker container)
The text was updated successfully, but these errors were encountered: