Romain Vimont
Romain Vimont
> how do i even mirror screen and use keyboard/mouse controls (You mean keyboard/mouse HID controls, I guess.) Yes, on Windows you can't have both mirroring and HID. See https://github.com/Genymobile/scrcpy/blob/master/doc/hid-otg.md...
> is it possible to use the linux wsl instead so i can mirror and have the keyboard/mouse hid controls at the same time I don't know, I never tried...
> @rom1v is this possible to be fixed? No idea. Does it also happen with screenrecord? https://github.com/Genymobile/scrcpy/issues/1868#issuecomment-719095574
I think it is an acceptable solution, it's quite simple and non invasive. `--as-root` or `--root` look good to me, what do other people think?
> I'm also intending to try (I am woefully ill-equipped to jump into Android development) background camera access + streaming via this root mode. Note that since Android 11 (commit...
> Hi, I don't think the data coming from the scrcpy server is directly usable for ffmpeg. it passes some data for basic information like checking the link and confirming...
(in English, please) Google translate says: > Bank apps turn black when opening in mirroring > I am physically handicapped and I need this function to work with bank applications,...
Such an option would make sense. I was not aware of `adb -t`. Would you be interested in implementing it?
You should add a new option `--transport-id` similar to `--serial`.
> --lock-video-orientation Without parameter, the orientation is locked to the initial phone orientation. What you want is probably `--lock-video-orientation=270` (and remove `--record-orientation=270` which is an additional rotation applied to the...