Reputation: 71
in my code i have the following line
imgs = client.simGetImages([
airsim.ImageRequest("0", airsim.ImageType.Scene, False, False)], vehicle_name = name)
imgs doesn't contain anything. Do we need to enable some camera in AirSim ? I am using Unreal Engine 4. Please help me out as very less documentation is available on the web regarding airsim
Upvotes: 0
Views: 270
Reputation: 26
Did you modify the setting file to give specific description about the camera?
Or did you hit the button to run the simulation?
Upvotes: 0