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

Unreal Engine console variables do not affect airsim cameras #4966

Open
Templarrr opened this issue Jul 3, 2024 · 0 comments
Open

Unreal Engine console variables do not affect airsim cameras #4966

Templarrr opened this issue Jul 3, 2024 · 0 comments

Comments

@Templarrr
Copy link

Bug report

  • AirSim Version/#commit: (latest main at the moment of creation) 6688d27
  • UE/Unity version: 4.27.2
  • autopilot version: N/A
  • OS Version: Ubuntu 22.04.4

What's the issue you encountered?

Rendering for airsim cameras placed via settings.json seems to be unaffected by Unreal Engine parameters, only the main window camera is. Simplest example - I've reset all the scalability settings to the minimum by adding in DefaultEngine.ini

[ConsoleVariables]
sg.ShadowQuality=0
sg.AntiAliasingQuality=0
sg.EffectsQuality=0
sg.PostProcessQuality=0
sg.ResolutionQuality=0
sg.TextureQuality=0

And here is what I see on launch - main window as expected looks terrible, but all cameras are still high quality. And the results I'm getting via API is high quality as well.

image

Is there a way to control cameras rendering?

Settings

https://gist.github.com/Templarrr/e2371ff92d183da2126f56effdc33546

How can the issue be reproduced?

  1. Use my settings.json
  2. Add section above to DefaultEngine.ini
  3. Launch and enable cameras, observe them unaffected

Include full error message in text form

What's better than filing an issue? Filing a pull request :).

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

1 participant