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 _______________________________________________ python-win32 mailing list [email protected] https://mail.python.org/mailman/listinfo/python-win32
