Using the pywin32 library to take multiple screenshots of a certain window, through HWND returns a black screen. #2538
Coding-man12435676543
started this conversation in
General
Replies: 1 comment
-
This sounds like a support request - please see https://github.com/mhammond/pywin32/blob/master/README.md#support |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Taking multiple screenshots of a certain window using HWND to simulate a video returns a black screen in cv.imshow()
*Result: Using HWND returns a black screen
Screenshot Function
`def get_screenshot(self):
Creating Instance and using screenshot function in loop
`wincap = WindowCapture('Albion Online Client')
loop_time = time()
while(True):
print('Done')`
Beta Was this translation helpful? Give feedback.
All reactions