mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-04-20 11:35:56 +00:00
feat: ad for QuickMirror
This commit is contained in:
parent
790f422f99
commit
de3c9bb8e3
2 changed files with 21 additions and 3 deletions
|
@ -116,7 +116,7 @@ int main(int argc, char *argv[])
|
|||
qInfo() << QString("QtScrcpy %1 <https://github.com/barry-ran/QtScrcpy>").arg(QCoreApplication::applicationVersion());
|
||||
|
||||
qInfo() << QObject::tr("If you need more professional screen projection control software, you can try the following software:");
|
||||
qInfo() << QString(QObject::tr("QuickMirror") + " <https://lrbnfell4p.feishu.cn/docx/QRMhd9nImorAGgxVLlmczxSdnYf>");
|
||||
qInfo() << QString(QObject::tr("QuickMirror") + " <https://lrbnfell4p.feishu.cn/drive/folder/KviYfz5uFlpUT8dXgdjccmfUnse>");
|
||||
|
||||
int ret = a.exec();
|
||||
delete g_mainDlg;
|
||||
|
|
22
README.md
22
README.md
|
@ -31,6 +31,24 @@ It focuses on:
|
|||
|
||||

|
||||
|
||||
## The author has developed a more professional screen casting software called `QuickMirror`
|
||||
QuickMirror function&features:
|
||||
- Equipment screen casting&control: batch screen casting, individual control, batch control
|
||||
- Group management
|
||||
- WiFi screen mirroring/OTG screen mirroring
|
||||
- Adb shell shortcut command
|
||||
- File transfer, apk installation
|
||||
- Multiple screen mirroring: In OTG mirroring mode, with low resolution and smoothness settings, a single computer can manage 500+phones simultaneously
|
||||
- Low latency: USB screen mirroring 1080p latency is within 30ms, which is lower than all screen mirroring software on the market in terms of latency at the same resolution and smoothness
|
||||
- Low CPU usage: pure C++development, high-performance GPU video rendering
|
||||
- High resolution: adjustable, maximum support for native resolution of Android terminals
|
||||
- Perfect Chinese input: Supports Xianyu app, supports Samsung phones
|
||||
- The free version can cast up to 10 screens, with unlimited functionality (except for automatic screen mirroring)
|
||||
- QuickMirror tutorial: https://lrbnfell4p.feishu.cn/docx/EMkvdfIvDowy3UxsXUCcpPV8nDh
|
||||
- QuickMirror Telegram communication group: https://t.me/+Ylf_5V_rDCMyODQ1
|
||||
- Preview of QuickMirror Interface:
|
||||

|
||||
|
||||
## Mapping Keys
|
||||
You can write your script to map keyboard and mouse actions to touches and clicks of the mobile phone according to your needs. [Here](docs/KeyMapDes.md) are the script writing rules.
|
||||
|
||||
|
@ -89,9 +107,9 @@ It details the development architecture and the development process of the entir
|
|||
|
||||
Course introduction:[https://blog.csdn.net/rankun1/article/details/87970523](https://blog.csdn.net/rankun1/article/details/87970523)
|
||||
|
||||
You can join my QQ group for QtScrcpy and exchange ideas with like-minded friends.:
|
||||
You can join Telegram Group for QtScrcpy and exchange ideas with like-minded friends.:
|
||||
|
||||
QQ Group number:901736468
|
||||
Telegram Group:https://t.me/+EnQNmb47C_liYmRl
|
||||
|
||||
|
||||
## Requirements
|
||||
|
|
Loading…
Add table
Reference in a new issue