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
Post a Comment