-
-
Notifications
You must be signed in to change notification settings - Fork 11k
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
Use the phone resolution when maximizing the projection window. #5700
Comments
On scrcpy 3.1? (might be related to 97fa77c) |
This has always been a problem, and it would be nice if you could automatically refresh the screen at the phone's resolution size when the window is maximized. |
@rom1v This has always been a problem, not just with version 3.1, can you implement this requirement? |
No, sorry, the capture resolution will not change just because the client window gets "maximized". |
Well, it would be nice to dynamically change the dimensions. |
I am not sure why the mouse swipe verification code does not pass the verification under the custom size screen. |
I found that when I slide the verification code on some apps, the screen size needs to be consistent with the resolution of the phone to slide successfully, because I usually use wireless screen projection, usually I will customize the parameter -m 1280, I know that if I do not specify -m, the screen projection is the resolution size of the phone, and my phone is 2K resolution. If the -m parameter is not specified, the delay will be large. When you want to maximize the window, refresh the window at the phone resolution size, and restore the custom size after exiting the maximize.
Normal:
INFO: Texture: 576x1280
Maximized:
INFO: Texture: 1080x2240 (Mobile phone resolution)
The text was updated successfully, but these errors were encountered: