Romain Vimont
Romain Vimont
> Use the mouse to open the system camera on the scrcpy desktop You mean opening the camera app on Android while scrcpy is running, is that correct? (clicking via...
In `adb shell`, run `top` with these arguments: ``` top -o PID,USER,CMDLINE,%MEM ``` It will list the process sorted by memory usage.
https://github.com/Genymobile/scrcpy/blob/master/doc/control.md#pinch-to-zoom-rotate-and-tilt-simulation
Probably an encoder issue on the device. 1. Try with another [encoder](https://github.com/Genymobile/scrcpy/blob/master/doc/video.md#encoder). 2. Try with a lower resolution (`scrcpy -m1024`) 3. Try to record (`scrcpy --record=file.mp4`) and play the file...
https://github.com/Genymobile/scrcpy/blob/master/doc/window.md#fullscreen
Probably an encoder issue on the device. 1. Try with another [encoder](https://github.com/Genymobile/scrcpy/blob/master/doc/video.md#encoder). 2. Try with a lower resolution (`scrcpy -m1024`) 3. Try to record (`scrcpy --record=file.mp4`) and play the file...
Try with another encoder: https://github.com/Genymobile/scrcpy/blob/master/doc/video.md#encoder Also, try without audio: `scrcpy --no-audio`.
It seems your computer could not decode frames fast enough. Is it a slow computer? What if you record and play with vlc for example: ``` scrcpy --record file.mkv ```
Could you share the recorded video please?
Weird, moreover it seems the mkv is corrupted: in VLC the seek bar does not work correctly, and there are decoder errors: ``` [00007f7324c01f40] main decoder error: Timestamp conversion failed...