赞
踩
scrcpy 是一款免费开源的投屏软件,可以将安卓手机屏幕投放在 Windows、macOS、GNU/Linux 上,并可以直接使用鼠标在投屏窗口中进行交互和录制。此应用程序镜像通过 USB 或TCP/IP连接的 Android 设备(视频和音频),并允许使用计算机的键盘和鼠标控制设备。它不需要任何 根访问权限。它适用于Linux、Windows和macOS。
https://github.com/Genymobile/scrcpy
https://github.com/Genymobile/scrcpy/releases/download/v2.0/scrcpy-win64-v2.0.zip
scrcpy --always-on-top
scrcpy -s edcfa4
scrcpy -w
adb shell ip route #查看ip
adb tcpip 5555
adb connect 192.168.1.100:5555
scrcpyadb usb
ps:无线投屏性能相比USB略差,默认的 scrcpy 比特率为 8Mbps,这对于 Wi-Fi 连接来说可能太多了。可以指定比特率启动
-b:比特率
-m:窗口大小
scrcpy -b2M -m800
https://github.com/Genymobile/scrcpy/blob/master/doc/shortcuts.md
| 行动 | 捷径 |
|---|---|
| 切换全屏模式 | Alt+f |
| 向左旋转显示 | Alt+ ← (左) |
| 向右旋转显示 | Alt+ → (右) |
| 唤醒 | 右击² |
另外还有大神封着了带GUI的版本,不多bb详情见官网
https://github.com/barry-ran/QtScrcpy
https://github.com/barry-ran/QtScrcpy/blob/dev/README_zh.md
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。