Romain Vimont

Results 2060 comments of Romain Vimont

Graphics driver issue on the computer.

Just to be sure: ``` scrcpy --record file.mp4 ``` Is the resulting file also green? - if yes: encoder issue on the device - if no: graphics driver issue on...

Could you share the resulting file? What is the result with a lower resolution (`scrcpy -m800`)? Or with another [encoder](https://github.com/Genymobile/scrcpy#encoder)?

You probably installed v1.23 in `/usr/local/share/scrcpy/scrcpy-server`.

Oh, no, ok, the installation script is updated AFTER the tag when I make a release (because it depends on the binary to be built to know the checksum), so...

Of course. But you could just take the commit which has the change.

Replace: ``` strCommand = "cmd /c scrcpy.exe" ``` by ``` strCommand = "cmd /c scrcpy.exe --display-buffer=450" ```

The purpose of OTG mode is to enable HID keyboard and mouse without mirroring. If you want mirroring, you must enable HID keyboard and mouse in normal mode: https://github.com/Genymobile/scrcpy#physical-keyboard-simulation-hid It...

I'm not sure root is sufficient in itself. You could try: run `adb root` before running scrcpy, so the server will be run as root.

Are your device and your computer on the same network?