Scrcpy
scrcpy是一款开源的Android设备投屏到电脑的软件,且能够在电脑上控制Android设备,支持Windows 、 macOS和Linux的平台。 Android 设备上只需要启用 USB 调试,并使用数据线连接到电脑。
简介
时间轴
- 2017年12月12日,Romain Vimont 首次提交到GitHub:Genymobile/scrcpy
了解更多 >> 维基百科:Scrcpy
安装
Windows
- 在scrcpy 发行版:https://github.com/Genymobile/scrcpy/releases ,中找到最新版(如scrcpy-win64-v1.24.zip)下载
- Android手机在开发者选项中启用USB调试模式,连接到电脑
- 双击scrcpy.exe启动,或在命令行进入scrcpy目录,运行
.\scrcpy.exe
启动。
了解更多 >> scrcpy:下载软件
命令行参数
采集配置
名称 | 描述 | 参数 | 示例 |
---|---|---|---|
缩小镜像尺寸 | 较低的分辨率镜像, Android设备性能能够提高。限制宽度尺寸,高度按比例自动计算。 | scrcpy --max-size 宽度值 scrcpy -m 宽度值
|
scrcpy -m 1024 如1920×1080 的设备将被镜像为 1024×576。
|
更改视频比特率 | 默认比特率为 8 Mbps。 | scrcpy --bit-rate 比特率 scrcpy -b 比特率
|
scrcpy -b 2M 更改视频比特率为 2 Mbps
|
了解更多 >> scrcpy:采集配置
快捷键
资源
官网
- scrcpy 官网:https://github.com/Genymobile/scrcpy
- scrcpy 源代码:https://github.com/Genymobile/scrcpy
- scrcpy 文档:https://github.com/Genymobile/scrcpy/blob/master/README.md
- scrcpy 中文文档:https://github.com/Genymobile/scrcpy/wiki/README.zh-Hans
- scrcpy 开发文档: https://github.com/Genymobile/scrcpy/blob/master/DEVELOP.md