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 @maintainer Im not able to install scrcpy with latest python3, please enable the support for the same ![image](https://github.com/leng-yue/py-scrcpy-client/assets/58636452/5276d9be-eb8c-49ad-b077-966362cd8a47)

华为mate30 鸿蒙4.0系统执行py-scrcpy后报错:ConnectionError: Video stream is disconnected ![image](https://github.com/user-attachments/assets/9122f1b7-f23f-4051-a509-b17f13edf7f5) 请问一下如何才能成功投屏

英文和特殊字符都可以

When i run the script. Error:No accelerated colorspace conversion found from yuv420p to bgr24. And there's no screen.

>>>pip install scrcpy-client[ui] OUTPUT: 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.2-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...

Bumps [setuptools](https://github.com/pypa/setuptools) from 68.0.0 to 70.0.0. Changelog Sourced from setuptools's changelog. v70.0.0 Features Emit a warning when [tools.setuptools] is present in pyproject.toml and will be ignored. -- by :user:SnoopJ (#4150)...

dependencies

I can't find it in documentation. Is there any way to get pixel color based on it coordinates? Also, can I check some text string presence in the screen?

The version in [the project file](https://github.com/leng-yue/py-scrcpy-client/blob/main/pyproject.toml#L3) (0.4.7) doesnt match the one of [the latest release](https://github.com/leng-yue/py-scrcpy-client/releases/tag/v0.5.0) (0.5.0)

video stream format was changed at scrcpy 2.x . https://github.com/Genymobile/scrcpy/blob/master/doc/develop.md#video-and-audio - at first, 12 byte frame-header is coming - and next, frame data. current implementation is not use this 12...