-
-
Notifications
You must be signed in to change notification settings - Fork 11.2k
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
zoom on phone #5885
Comments
Camera zoom is not implemented. Depending on what you want, |
I don't know how to use --crop . Can you see me ? |
with "scrcpy --crop 1752:2800:500:0" i have that error [server] INFO: Device: [LGE] lge LG-H870 (Android 14) |
You must specify a rectangle width:height:x:y which is fully inside the input size. For example, if you capture at 2560x1920, then you can crop 500 pixels on every side: https://github.com/Genymobile/scrcpy/blob/master/doc/video.md#crop |
I would like to enlarge the area located at the top left for example. I don't see how to do it with the --crop command?! |
For the top left quarter: |
Great ! is it possible to make the top even bigger?? i understand how to do it : --crop=960:720:0:0 is what i want to have. Thank you |
Hi,
Is it possible to have a zoom with "--video-source=camera --camera-id=1" ?
The text was updated successfully, but these errors were encountered: