How to get image of type 'ImageResponse' from simGetImage() function, just like simGetImages() function? #4869
Unanswered
kanishkanarch
asked this question in
Support Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to get image from the function
simGetImage()
in the typeImageResponse
.I changed the following C++ code for the same (including its header declaration),
I built AirSim again
Installed the repository's
airsim
python package again locally usingpython setup.py install --user
Still the image I am getting is only a string of bytes.
Is there anything that I'm missing?
Beta Was this translation helpful? Give feedback.
All reactions