Romain Vimont

Results 2060 comments of Romain Vimont

OK, the blinking effect. Does it happen when you record and play the video? ``` scrcpy --record file.mp4 ``` It looks like #1080.

Build/install it manually: https://github.com/Genymobile/scrcpy/blob/master/BUILD.md#simple

If they're not available, you must compile them from sources.

I have never done this, but if you want to run on aarch64, then you need all the code (dependencies included) compiles for aarch64. If the dependencies are not packaged,...

The the device are not performant enough to record/encode the screen content in real time. Try to reduce the resolution (`scrcpy -m 800`) or try another [encoder](https://github.com/Genymobile/scrcpy#encoder).

In theory, it works by default. However, on some devices (especially Samsung devices it seems), it does not work because setting the device clipboard does not work. In that case,...

Pressing alpha keys generate text events by default. You could try to send raw key events instead (`scrcpy --raw-key-events`), but depending on your keyboard layout you could get unexpected results....

You can easily install it manually: https://github.com/Genymobile/scrcpy/blob/master/BUILD.md#simple