mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-04-20 03:25:02 +00:00
docs: update docs
This commit is contained in:
parent
c09a3d5e9b
commit
3b4be96f6d
4 changed files with 15 additions and 3 deletions
|
@ -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.
|
||||
|
||||

|
||||
|
||||
## Thanks
|
||||
|
||||
QtScrcpy is based on [Genymobile's](https://github.com/Genymobile) [scrcpy](https://github.com/Genymobile/scrcpy) project. Thanks
|
||||
|
|
|
@ -51,6 +51,11 @@ QtScrcpy可以通过USB(或通过TCP/IP)连接Android设备,并进行显示和
|
|||
- 再次按~键切换为正常控制模式
|
||||
- 要想wasd控制开车记得在载具设置中设置为单摇杆模式
|
||||
|
||||
## 群控
|
||||
你可以同时控制所有的手机
|
||||
|
||||

|
||||
|
||||
## 感谢
|
||||
|
||||
基于[Genymobile](https://github.com/Genymobile)的[scrcpy](https://github.com/Genymobile/scrcpy)项目进行复刻,重构,非常感谢。QtScrcpy和原版scrcpy区别如下:
|
||||
|
|
|
@ -26,6 +26,11 @@ QtScrcpy.exe>属性>兼容性>更改高DPI设置>覆盖高DPI缩放行为>由以
|
|||
|
||||
.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试试
|
||||
|
||||
|
|
BIN
docs/image/group-control.gif
Normal file
BIN
docs/image/group-control.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.1 MiB |
Loading…
Add table
Reference in a new issue