Skip to content
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

Closed
cypherinfo opened this issue Aug 4, 2019 · 6 comments
Closed

[Feature request] Mouse Pointer visibility when recording #689

cypherinfo opened this issue Aug 4, 2019 · 6 comments

Comments

@cypherinfo
Copy link

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.
Nokia1 pointer

@rom1v
Copy link
Collaborator

rom1v commented Aug 4, 2019

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.

@Erudition
Copy link

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.

@rom1v
Copy link
Collaborator

rom1v commented Aug 20, 2019

@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:

@Erudition
Copy link

Erudition commented Aug 20, 2019

Oh well that's perfect then!
(no need for Windows on my end.)

@maddinmcfly
Copy link

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

@rom1v
Copy link
Collaborator

rom1v commented Feb 5, 2021

@maddinmcfly No: #2088 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants