-
-
Notifications
You must be signed in to change notification settings - Fork 10.7k
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
[Feature request] Mouse Pointer visibility when recording #689
Comments
The video is hardware-encoded on the device side. For recording, the video stream is just muxed, on the client side. This avoids to reencode, which is better for both quality and performance. Incrusting a mouse pointer would require to reencode the video. Also, the device produces a new frame only when the screen content changes. A mouse pointer could change between frames (especially when the device screen content does not change), so this would imply to insert new frames. |
On the contrary, connecting a usb mouse to an android device (such as via OTG) makes a pointer show up that you can use just like any other - so you could have scrcpy send mouse movements to do the same. |
@Erudition Yes, using HID over AOA, the mouse is shown on the device (so it would probably be recorded). (But it would only work on Linux.) Ref: |
Oh well that's perfect then! |
Any chance, that i can have the cursor position visible on my android device all the time? Like, i can look at the device and control it with seeing my cursor? Thx |
Hello, congratulations for your great free app; it is one of the references in its kind.
I'd like to see it a reference in the future too, that's why I invite you when recording, to make visible the mouse pointer too.
That's would a great improvement for those making a video tutorial and maybe will make Scrcpy one of the few if not the only one to feature that possibility.
Thank you.
The text was updated successfully, but these errors were encountered: