Capturing images from specific DirectX window
I want to capture images (pretty quickly, so pretty much like a video) from different applications, and some of them are DirectX, so using things like GDI+ won't work.
From reading a bit about it, I have found that I apparently can do it by using EasyHook and DLL injection, but hooking and DLL injection make me think about how would that work in videogames? Wouldn't an anticheat ban you for that?
Windows.Graphics.Capture seems to work, but I couldn't find a way to get images from it.
From reading a bit about it, I have found that I apparently can do it by using EasyHook and DLL injection, but hooking and DLL injection make me think about how would that work in videogames? Wouldn't an anticheat ban you for that?
Windows.Graphics.Capture seems to work, but I couldn't find a way to get images from it.
