Re: Using win32gui.FindWindow() results in black or white screen
Greg Ewing <[email protected]>
| Newsgroups | gmane.comp.python.windows |
|---|---|
| Message-ID | <[email protected]> |
On 4/06/21 4:59 am, Dennis Lee Bieber wrote: > Many video apps don't display in "Windows". The window you grabbed is a > basically a hole through which the graphics chips are rendering and are not > available, and the render is not part of the window itself. > > When grabbing the entire screen, you are getting the screen buffer > which includes the video. Maybe you could find the size and position of the window, and then extract the relevant part from a full screen capture? -- Greg