Faster Image Capture - Try 2 by rajat2004 · Pull Request #3018 · microsoft/AirSim

and others added 30 commits

March 25, 2020 16:38
…more. Buffer pool might be useful for other things.
…er pool to the render thread so it can ask for the correct size of dest buffer when src buffer is known.
…e-0 buffer back into the response's image_data_uint8, which then returns that useless buffer to the buffer pool. Since RPC can't take over the unique_ptr that manages our buffer, we should send RPC a copy.
… Vulkan"

With this modification, garbage data is returned
This reverts commit e85fee6.

@rajat2004