Camera doesn't capture anythin in AirSim

214 Views Asked by At

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

1

There are 1 best solutions below

1
On

Did you modify the setting file to give specific description about the camera?

Or did you hit the button to run the simulation?