Romain Vimont
Romain Vimont
> how will the frontend listen when the screen is rotated On the client side, `scrcpy` does not detect rotation per-se, but only video frame size changes. So when a...
> my frontend needs to detect the size of each frame in real time This is what the scrcpy client does. Alternatively, you could adapt the protocol to send a...
Numpad enter is correctly forwarded to the device. To confirm, run `scrcpy -Vverbose`, so that whenever you press a key, it logs it in the console. However, it seems that...
A prior, the numpad enter is correctly forwarded. It is just not handled by Android (at least on your device) the way you expect. Does it work better with UHID...
You should report the problem to SDL (the library scrcpy is using).
https://github.com/Genymobile/scrcpy/blob/master/FAQ.md#mouse-and-keyboard-do-not-work
Looks like #3051.
Yes, of course: ``` scrcpy --max-size=1024 --max-fps=10 ```
Currently, you can't, there is no state saved. However, you can explicitly position your window: https://github.com/Genymobile/scrcpy#position-and-size
scrcpy uses the `MediaCodec` API (a priori, correctly, you can check [the code](https://github.com/Genymobile/scrcpy/blob/72ba913324d65cded8672dca7a57415cb82da095/server/src/main/java/com/genymobile/scrcpy/ScreenEncoder.java#L147-L180)), so the memory leak is in the encoder implementation (in the device ROM).