Is there possibility to capture frame in direct mode?

Hi! I am using application that outputs to screen in direct mode. I need to capture output frames to D3D11Texture2d. In simple mode (or extended) I was just hooking Present() or Present1() method (DX11 or DX12). Does anyone know how can I access to output frame? Thank you!

Yes, it is possible.