Hello guys, for the past 2-3 days, I have been searching for a DXGI screenshot implementation in C/C++, but I couldn't find any that are as fast or close to BetterCam Python.
All the C/C++ implementations I found are about the same speed as my BitBlt implementation at 15ms, whereas BetterCam Python takes 0-6ms.
I found this GitHub post, but it also takes around 15-20ms: https://github.com/pgurenko/DXGICapt...le/tree/master
Do you guys have any recommendations?