diff --git a/README.md b/README.md index 6caabc9..11fc4e8 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,11 @@ Here is the instruction of adding new customized mapping files. - Press the ~ key again to switch back to normal mode - (For PUBG and similar games) If you want to drive cars with WASD, you need to check the `single rocker mode` in the game setting. +## Group control +You can control all your phones at the same time. + +![](docs/image/group-control.gif) + ## Thanks QtScrcpy is based on [Genymobile's](https://github.com/Genymobile) [scrcpy](https://github.com/Genymobile/scrcpy) project. Thanks diff --git a/README_zh.md b/README_zh.md index 521d6a4..109c6a4 100644 --- a/README_zh.md +++ b/README_zh.md @@ -51,6 +51,11 @@ QtScrcpy可以通过USB(或通过TCP/IP)连接Android设备,并进行显示和 - 再次按~键切换为正常控制模式 - 要想wasd控制开车记得在载具设置中设置为单摇杆模式 +## 群控 +你可以同时控制所有的手机 + +![gc](docs/image/group-control.gif) + ## 感谢 基于[Genymobile](https://github.com/Genymobile)的[scrcpy](https://github.com/Genymobile/scrcpy)项目进行复刻,重构,非常感谢。QtScrcpy和原版scrcpy区别如下: diff --git a/docs/FAQ.md b/docs/FAQ.md index 91c9864..7ea6efa 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -26,6 +26,11 @@ QtScrcpy.exe>属性>兼容性>更改高DPI设置>覆盖高DPI缩放行为>由以 ![image](image/USB调试(安全设置).jpg) +## 可以控制,但无法看到画面 +控制台错误信息可能会包含 QOpenGLShaderProgram::attributeLocation(vertexIn): shader program is not linked + +一般是由于显卡不支持当前的视频渲染方式,config.ini里修改下解码方式,改成1或者2试试 + ## 手机通过数据线连接电脑,刷新设备列表以后,没有任何设备出现 随便下载一个手机助手,尝试连接成功以后,再用QtScrcpy刷新设备列表连接 @@ -35,6 +40,3 @@ QtScrcpy.exe>属性>兼容性>更改高DPI设置>覆盖高DPI缩放行为>由以 ## 错误信息:Could not open video stream 导致这个错误的原因有很多,最简单的解决方法是在分辨率设置中,选择一个较低的分辨率 -## 错误信息:QOpenGLShaderProgram::attributeLocation(vertexIn): shader program is not linked -config.ini里修改下解码方式,改成1或者2试试 - diff --git a/docs/image/group-control.gif b/docs/image/group-control.gif new file mode 100644 index 0000000..1d7f3dc Binary files /dev/null and b/docs/image/group-control.gif differ