We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2.1以上支持-no-video 我的小米14在使用的时候时候会异常卡顿 client = scrcpy.Client(device="192.168.2.188",bitrate=2000, max_fps=1)会有所缓解 我只需要通过 client.control.touch(x, y, scrcpy.ACTION_DOWN)控制手机点击可以禁用视频流
The text was updated successfully, but these errors were encountered:
No branches or pull requests
2.1以上支持-no-video
我的小米14在使用的时候时候会异常卡顿
client = scrcpy.Client(device="192.168.2.188",bitrate=2000, max_fps=1)会有所缓解
我只需要通过 client.control.touch(x, y, scrcpy.ACTION_DOWN)控制手机点击可以禁用视频流
The text was updated successfully, but these errors were encountered: