You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got scrcpy version 2.7 (somewhat) running on my Raspberry Pi (Debian Bullseye). My device's screen is a tad longer than FHD and my Linux desktop is FHD, so I got it to display like this:
scrcpy --max-size 1024
Environment
OS: Raspbian Debían Bullseye
Scrcpy version: 2.7
Installation method: pi-apps apt
Device model: realme RMX3241
Android version: 13
Describe the bug
At first it runs well but as soon as I use the mouse scroll wheel it crashes, other times I can scroll it for a while and then it crashes. Same if I use a mouse swipe gesture.
Mouse clicking seems okay.
Response time is okay too.
WARN: Device disconnected
The text was updated successfully, but these errors were encountered:
At first it runs well but as soon as I use the mouse scroll wheel it crashes
WARN: Device disconnected
Scrcpy closes automatically when it gets disconnected, and it seems.mouse movements (which probably cause more video changes) cause adb to be disconnected. (Technically, it not a scrcpy crash, but I understand it can look like it is a crash.)
Btw, if you run adb shell or adb logcat in a separate terminal, they will terminate at the same time as scrcpy.
Given that the device is considered offline after that, it might be a USB cable/port issue, or a power issue (especially on raspi, not enough power for the Android device). Reducing the resolution/bit rate might help (or not).
I got scrcpy version 2.7 (somewhat) running on my Raspberry Pi (Debian Bullseye). My device's screen is a tad longer than FHD and my Linux desktop is FHD, so I got it to display like this:
Environment
Describe the bug
The text was updated successfully, but these errors were encountered: