-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
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
Anyway to manually rotate scrcpy view on PC without changing orientation on phone ? #218
Comments
I used the desktop orientation as a workaround. It's not exactly practical, especially since it seems there aren't any keyboard shortcut to do that on my PC, but hey, it works. |
Upvote this Feature Request, because: So I wish to rotate the scrcpy output screen on my PC, |
Thank you for the idea. Since I use dual monitors your idea is a fast workable workaround for the meantime for recording and seeing landscaped videos properly as they are recording. Another option for me when I need to record landscaped videos is to use Open Camera. The image is displayed correctly on screen but unfortunately records in portrait mode, regardless of phone orientation. But post-recording editing flips the videos back into landscape layout. Is an extra step but better than not being able to see recorded landscaped videos in proper layout while recording if all a person has is a single monitor. Scrcpy has not run into rotation issues on my phone in any other type of app so far. Only camera apps. Looking forward to this forced rotation of the PC window without affecting the cellphone itself. |
Created a pull request #1151 for the orientation (client) feature. Cheers :) |
A new option |
Please review #1274, which adds |
Released in v1.13. |
The screen orientation on my computer is OK now. Great thanks to @Stamoulohta for this client-only rotation feature. |
@diyism Glad that your problem is solved :)
@Stamoulohta did a great work on mirroring orientation (#1151 |
Haha, thank you for your fantastic work! @rom1v |
Upvote this Feature Request, for version scrcpy 1.24 (07.01.2023) if you wish to rotate the scrcpy output screen on PC, scrcpy --lock-video-orientation=0 //default orientation
|
If it a desktop setting of mine, or was it updated to |
@perrette Yes, the default shortcuts modifier was changed a long time ago (in v1.15 by #1598). https://github.com/Genymobile/scrcpy/blob/master/doc/shortcuts.md |
From this other issue report (#2), I learnt that some Camera apps don't reinitialize (and thus scrcpy I presume doesn't detect orientation change), when shooting in landscape mode (when phone was initially in portrait orientation).
Is there some possibility to manually force only the view on PC to rotate (to landscape orientation), without impacting the device orientation ?
This will allow scrcpy view for camera (default camera app on stock Android) to show correct orientation. If camera app is closed and another app is started, I believe scrcpy can detect the right orientation to display, over-riding the previous manual view (not device) orientation change.
The text was updated successfully, but these errors were encountered: