Where can I find 'Display capture' functionality ?

poster91753

New Member
Hello,

I am inspecting OBS source code and I am puzzled by 'missing' display capture functionality.

Game capture (DX11) takes place in 'plugins\win-capture\graphics-hook\d3d11-capture.cpp'

Window capture takes place in 'plugins\win-capture\dc-capture.c'

I can see the textures when I debug these classes. Yet I cannot locate where display capture happens !? I expected it in dc-capture.c, but clearly the methods in that class
are only called during window capture, not during display capture.

Any help would be appreciated.
 
Top