-
-
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
Just a couple of new command line options. Borderless and window position. #762
Conversation
* Added -x --pos-x option. Moves the scrcpy window horizontally * Added -y --pos-y option. Moves the scrcpy window vertically
Oh, sorry, I totally forgot about this PR. I will try to review soon. |
Don't worry. Just some simple commands that I needed for a project, maybe not many people is going to use them. |
Out of curiosity, why did you need borderless? |
I have a PhotoBooth Windows app using a C920 webcam. I am trying to replace the webcam stream with the Android screen. So, I am placing the scrcpy window (TOPMOST) above my photobooth window (which is running fullscreen, behind scrcpy) to display the Android screen as if it were a webcam (I am developing an AR app using AR Core). I was trying to create a virtual webcam from the scrcpy window, so I could just choose the virtual webcam into my app, but I was not able to do it, so this is the workaround I found. Not the right one, but at least works for me. BTW, thanks so much for such a useful tool. |
😄 great trick 👍 Thanks for the details.
Indeed, I do not use any system to receive donations. Maybe some day…
I was employee at Genymobile when I initially developed it (until v1.0~v1.1), so yes, I was paid for developing it. Since then, it's on my free time 😉 Thank you for your message. |
Hi, Sorry for the delay. I rebased your commit on Here is the resulting branch: Please review your modified commits, I'll merge them into |
Merged into |
Thanks a lot, I need borderless window too. Because my phone srceen is a Rounded Rectangle |
I have made some simple changes (I am not C developer, so I tried to do follow your code... not sure my changes are right)