Issue
How screen mirroring application works on Android devices?
A piece of data has to be passed from the phone to whatever device is mirroring the phone.
Is that data an image? If yes does taking 60 screenshots per second and sending that data to the mirroring device possible on the phone level, or It is to performance heavy ?
Note: "Mirroring": what appears on the phone screen is appearing on the other device(the mirroring device)
Solution
From the chat:
- Developer mode on Android device can be enabled
- PC browser is requirement
- Interaction with Android device from PC is not a requirement
Most likely you should be able to modify or find a modification to how scrcpy behaves.
Given how obvious it would be to send the Android display feed to a browser look to Using a webclient instead sdl app github issue thread for possible solutions or avenues for investigation.
Answered By - Morrison Chang
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.