Rapid desktop screen capture on Windows -


I want to capture desktop screen image on Windows.

I know about CreateCompatibleDC and CreateCompatibleBitmap. .. works in C ++ but they are very slow I need a more intense method that captures a screen for real-time updates. In Linux I can use Xlib functions, for example. Are there any high speed or system-level screencaps for Windows?

Windows 8 (and later) is the basic API:

Windows For 7 (and earlier) you might consider using a mirror driver. For example,


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -