arBmind / desktop-duplication-cpp

Windows Desktop Duplication Tool for live coding presentations in C++2a
MIT License
62 stars 12 forks source link

Capture windowed apps #3

Closed callTx closed 5 years ago

callTx commented 5 years ago

Great project,

I would like to capture windowed apps. All the sample I see talks about DXGI capturing the full desktop. So, is DXGI capable to do it? Any advice to do it?

arBmind commented 5 years ago

I see no issue here.

DXGI will always capture an entire screen at once. You are free to crop it to a single window. Nothing more, nothing less.