py-scrcpy-client icon indicating copy to clipboard operation
py-scrcpy-client copied to clipboard

An easy to use python scrcpy client

Results 24 py-scrcpy-client issues
Sort by recently updated
recently updated
newest added

hello 作者大大,看了代码之后有几个问题~,不知道是不是我没有看明白的原因 第一个问题是scrcpy_ui/main.py后面的这个while循环应该是没有进入 ![image](https://github.com/leng-yue/py-scrcpy-client/assets/45556496/a5547621-8ff8-4741-80a8-982dc1ea8e74) 因为在`def __stream_loop(self) -> None:`里面存在while循环 第二个问题是 `scrcpy/core.py` 中的 start 方法,如果开启了新的线程来运行,我这里主程序会被卡住,也就是多线程这里其实是无效的 ![image](https://github.com/leng-yue/py-scrcpy-client/assets/45556496/e2153244-a4c5-4ed6-8174-11be78da9ba6) 卡住如下 ![image](https://github.com/leng-yue/py-scrcpy-client/assets/45556496/2d748901-f96b-472c-a96c-d6c0ea0941cd)

运行最新版本的py-scrcpy-client,链接我的AOSP测试手机(Android 11),点击flip按钮的时候存在延迟刷新的效果,具体的效果为,点击了flip按钮后,界面有的时候会直接翻转,有的时候可能会过一两秒才反转;如果取消flip按钮,则不会自动退出翻转模式,需要点击一下界面才会翻转,需要在多界面多测试几次 才会出现该问题,如图所示 (此时按钮为非翻转状态,界面为翻转状态,到达这一步前的路径为:点击翻转 -> 取消翻转)可以看到界面并没有恢复 ![image](https://github.com/leng-yue/py-scrcpy-client/assets/45556496/49b0fe66-2ee8-44ae-840a-342208e4b137) 具体测试的过程中,感觉这是一个偶发性的问题,也有可能是界面失焦所导致的 无伤大雅~

Gday, I've found that this doesn't build nicely on osx. Rather than bother you to help fix it, what environment (with versions) are you running this on ? I will...

I think I am gonna fork this. A good approach IMO would be the possibility to create the client object without specifying a device (having a pass on start or...

作者你好,这个版本在Android 13下 执行触摸指令时, MOVE 还有 UP命令似乎失效了,不知道是不是scrcpy1.20的问题,有计划升级到1.25吗

can i get move/up/down event from device by this tool?

C:\Users\Administrator>pip install scrcpy-client[ui] Collecting scrcpy-client[ui] Using cached scrcpy_client-0.4.1-py3-none-any.whl.metadata (2.8 kB) Collecting PySide6=6.3.0 (from scrcpy-client[ui]) Using cached PySide6-6.7.0-cp39-abi3-win_amd64.whl.metadata (5.5 kB) Collecting adbutils=0.14.1 (from scrcpy-client[ui]) Using cached adbutils-0.14.1-py3-none-win_amd64.whl.metadata (918 bytes) Collecting av=9.2.0...

1、更新到scrcpy v2.4 目前最新版(2024-03-03发布) 2、home back click 已测试