-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Black image captured on most handles when using _GlobalImgCapture() #6
Comments
@RedScorpionX You can try setting the |
Here's what I've tried and found:
In summary, disabling the GPU temporarily fixes the problem, but it's not a practical solution since some apps rely on it. The UDF isn't the problem; it's about resolving the hardware acceleration issue per application which i feel stuck. |
@RedScorpionX In some windows, we have to capture a specific HWND of its child window, the parent HWND might return a black window. However, in some windows, I cannot capture even using the child HWND and still have no idea how to completely solve it. |
i will leave this issue open for a while before closing it, just in case someone has a solution |
Certain applications, such as File Explorer, are captured flawlessly, while others like Visual Studio Code, Discord, netflix, steam, settings app, web browsers like Firefox and many many others result in a black image when captured. I am not sure why this is happening, maybe something to do with win32api? idk, i hope you can check into it.
The text was updated successfully, but these errors were encountered: