-
Notifications
You must be signed in to change notification settings - Fork 156
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
No frame data with External Display(Portrait) #130
Comments
i just moved to windows 11, so ill check if there are any issues with that. Unfortunately, you would have to debug these issues yourself :( Screen capturing can have some interesting side effects in ways that I have not encountered. Id like to expand this library to capture these new scenarios, but it requires help from people like you since I dont have the same environment setup for testing |
Awesome, glad to know that you have a chance to check the Win11 Portrait mode. For Ubuntu testing, I tried installing all the required missing library and compiling the linux ".so" via CMake, with the default cmake commands "cd directory" -> "cmake ." -> "make". It looks fine since the ".so" does generate, but I am not 100% sure if it's correct or not. Edit: My Dual Boot Ubuntu OS and Win11 are both running with Intel CPU, RTX 3060 If you have a testing app for Linux, I'd like to help to check and run the result. |
I am able to reproduce the Win11 issue so i am trying to fix that now. |
It does look like theres a win11 bug in the desktop duplication. I loaded Microsoft's official demo code and it fails in the same way. |
Thanks for your updates. Are you referring to this example for your Win11 test? I haven't tried their example yet, but hopefully they will fix it soon. or probably we should report the bug to them. For Linux Platform, do you have testing example or compiled ".so" from your side? |
Thanks for the good tool of capturing displays. May I know if Display Orientation in Portrait supported?
I tested few situation, but only Mac OS can return the correct result:
The text was updated successfully, but these errors were encountered: