cthoma20-arc
cthoma20-arc
> * 480x650= returns an image_data_uint8 of 1290240 bytes. Where it should have been 1248000 bytes. So it is missing exactly 22 rows of the image ((1248000 - 1290240) /...
> So why does [it](https://github.com/rajat2004/AirSim/blob/faster_img_cap_test/Unreal/Plugins/AirSim/Source/RenderRequest.cpp#L28) still need to call `fast_param_.render_component->CaptureScene()`? I tried removing this line but then the image was always black. So that wasn't a solution. @WouterJansen, I am...
Hey @Ootang2019, were you able to figure out how to get it to work with Visual Studio 2019? I tried similar steps, and I'd prefer not to have to use...