ScreenCapture with filter windows

JunPing Li 1 Reputation point
2020-08-28T07:21:56.07+00:00

If I want to collect desktop data and filter some windows, what API can Microsoft provide? The magnification API was used before, but the key API MagSetImageScalingCallback is no longer maintained, and there is a memory leak problem with this API, which can not be used well. So I'd like to ask what new API can I use to support this function? Mainly want to get YUV data

Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,429 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Castorix31 81,831 Reputation points
    2020-08-28T07:39:56.71+00:00

    You can see this article : New Ways to do Screen Capture

    0 comments No comments