Romain Vimont
Romain Vimont
Scrcpy just captures what is rendered on the surface. It does not decide how each eye is rendered, it does not even know that there are eyes, it just plug...
It is changing on the Quest, from an hour to another (maybe depending on orientation or foreground app or something, I don't know)… Scrcpy has no control on how the...
@Holdmyhand I would need the raw output of `adb devices -l`. Could you please execute: ``` adb devices -l > output.txt ``` Then post the output.txt file (as a file)....
> I executed this command, but it seems that the output.txt I received is empty. OK, that's the problem then: when its output is captured, it produces no output (so...
Does `echo "hello" > output.txt` work? Related: https://exiftool.org/forum/index.php?topic=5848.0
In [this comment](https://exiftool.org/forum/index.php?topic=5848.msg30136#msg30136), the user suggests a workaround: from your cmd.exe, try running cmd.exe, then run `adb device -l > output.txt` from that second terminal.
Refs #3386 #3534
> Segmentation fault The segfault occurs on the device, for some reason (the logs printed after are from the client). I have no solution for this device.
Please read https://github.com/Genymobile/scrcpy#prerequisites
What is the result of `adb devices`? What happens if you run `adb start-server` manually?