-
-
Notifications
You must be signed in to change notification settings - Fork 11k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Screen outpout laggy (Input via mouse works fine) #4317
Comments
Try
And with |
It ran perfectly with scrcpy --record=file.mp4 INFO: Recording started to mp4 file: file.mp4 Perfectly smooth run, tried again with no record on and it lags again. scrcpy --turn-screen-off Runs better than normal but still laggier than recording |
Wait, you mean that the content in the window in real time is smoother with Add |
You were right, apparently it ran smoothly the first time with the recorder and kinda laggy the second time with screen off but the events werent connected because it runs smoothly with both of those now. On another note after i managed to run the app it wont accept mouse input apparently, as it wont transfer to an event in the app and it works fine outside it... Is there a touch event input? So when i click it generates a touch event instead of an actual mouse click on the phone? Just asking im not really sure how the mouse translates to the actual phone but i read some other issues and thats the picture that im getting. |
[Update] |
Environment
When running the screen on pc gets really laggy and runs at around 1 fps, the input on the phone gets almost no delay.
Screen is a little broken (Gets buggy sometimes, so i cant use it really) so i checked #1285 and #2884 and tried recording through
adb shell screenrecord /sdcard/file.mp4
adb pull /sdcard/file.mp4
The pulled video is fine.
Also tried solutions listed in #3064 and doesnt seem to affect.
Any help?
The text was updated successfully, but these errors were encountered: