jgcoded / DesktopRecorderLibrary

Library for desktop recorder applications on Windows
GNU General Public License v3.0
13 stars 2 forks source link

Can it run on xp and win7? #2

Open eric1lubow opened 1 year ago

eric1lubow commented 1 year ago

Is it use this api : Desktop Duplication API to capture screen?

if yes, Windows 8+ is needed

jgcoded commented 8 months ago

Hello, yes, it's using the Desktop Duplication API. I think people use the win32 GDI functions for windows xp and windows 7. Using GDI to take a screenshot for every video frame is not as performant.