Camera Rotation #4004
Unanswered
BrunoXL
asked this question in
Support Q&A
Camera Rotation
#4004
Replies: 1 comment
-
You can change camera rotation within UE4 editor. After open your project, check your plugins and enter "/Airsim/blueprint/BP_Flyingpawn". At the left you can see "FrontCamera". Just change the rotation values of that object. |
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'm using
ComputerVision
mode and I would like to rotate AirSim's front camera.For that, I followed the instruction on #222 about rotate the camera, and it worked fine.
However, doing that messy the keyboard keys for moving the drone (e.g. left key doesn't move camera to the left, but moves to forward instead).
My question is: how can I rotate 'only' the camera without this side effect.
EDIT:
It seems there is a way to make it on
settings.json
Below, follows my configuration.
This files thrown this error:
Beta Was this translation helpful? Give feedback.
All reactions