OpenHarmony设备截屏的5种方式

本文转载自 OpenHarmony设备截屏的5种方式 **》,作者**westinyang

目录

演示视频:【开鸿教学2.0】OpenHarmony截屏的5种方式_哔哩哔哩_bilibili

方式1:系统控制中心

  • 顶部下滑在控制中心里点击截屏
  • 这种方式最普遍,截图后可到相册查看,不过要注意有些三方移植固件可能不支持这个功能
  • 通过下面这条命令可以拉取设备截图目录到电脑上
复制代码
hdc file recv /storage/media/100/local/files/Pictures/Screenshots`
`

方式2:OHScrcpy投屏工具 推荐

OHScrcpy是我在2023-06-03开发的一款OpenHarmony设备投屏PC的工具,目前最新版为1.0-Beta2,Beta3还在开发中,下面有视频演示、下载地址和相关话题

右键选择截屏或者按F1快捷键,如下图所示

方式3:DevEcoStudio截屏功能

点击下方日志,再点击左下角设备截屏按钮即可

方式4:hdc shell snapshot_display

一般质量jpeg

官方没有文档描述,通过反编译和分析DevEcoStudio部分jar包,看到内部的一些实现

复制代码
hdc` `shell` `"snapshot_display -f /data/0.jpeg"`
`hdc` `file` `recv` `/data/0.jpeg`
`

方式5:hdc shell wukong

高质量png

wukong本来是OpenHarmony提供的一个稳定性测试工具,同时也附带的有截屏功能,官方文档

复制代码
hdc` `shell` `wukong` `special` `-p`
`

执行上面的命令会输出如下内容

复制代码
PS` `C:\Users\westinyang\Desktop> hdc shell wukong special -p`
`Start connect to AAMS`
`Success connect to AAMS`
`INF` `:` `(`  `115) EnvInit :` `"Report currentTestDir: (/data/local/tmp/wukong/report/20230724_072217/)"`
`INF` `:` `(`  `120) EnvInit :` `"Report CSV: (/data/local/tmp/wukong/report/20230724_072217/wukong_report.csv)"`
`INF` `:` `(`  `121) EnvInit :` `"Report JSON: (/data/local/tmp/wukong/report/20230724_072217/data.js)"`
`INF` `:` `(`  `124) EnvInit :` `"Report exception dir: (/data/local/tmp/wukong/report/20230724_072217/exception/)"`
`INF` `:` `(`   `92) StartCrashDirListen : create listener thread`
`INF` `:` `(`   `94) StartCrashDirListen : thread detach`
`INF` `:` `(`   `68) InitCsvFile :` `"CSV: (/data/local/tmp/wukong/wukong_20230724_072217.csv)"`
`INF` `:` `(`   `55) ListenCrashDir : init notify`
`INF` `:` `(`   `60) ListenCrashDir : add_watch`

`

截屏就在这段输出中的 currentTestDir 目录中,使用如下命令拉取到电脑,注意这个路径是随机的

复制代码
hdc file recv /data/local/tmp/wukong/report/20230724_072217/`
`

持续关注

相关推荐
ssslar1 天前
Harmony OS 如何实现 C++ NATIVE YUV420(其他数据格式如BGRA等)自渲染
华为·harmonyos·鸿蒙·openharmony
Industio_触觉智能4 天前
【鸿蒙新闻】10月29日警用鸿蒙开发者大会在北京胜利召开,开启智慧应用新时代!
鸿蒙系统·openharmony·开源鸿蒙·纯血鸿蒙·警用鸿蒙
Industio_触觉智能13 天前
触觉智能Purple Pi OH鸿蒙开发板成功适配OpenHarmony5.0 Release,开启新征程!
harmonyos·openharmony·开源鸿蒙·鸿蒙开发板·触觉智能·原生鸿蒙
码匠许师傅14 天前
【开源鸿蒙】OpenHarmony 5.0轻量系统最小开发环境搭建
python·pip·risc-v·openharmony·gcc·1024程序员节·hi3861
SuperHeroWu721 天前
【HarmonyOS】鸿蒙目前最好用的路由管理 HMRouter (一)
华为·harmonyos·openharmony·路由管理·hmrouter·回退栈
Android技术栈25 天前
鸿蒙开发(NEXT/API 12)【HTTP数据请求】网络篇
网络·网络协议·http·harmonyos·鸿蒙·鸿蒙系统·openharmony
Android技术栈1 个月前
鸿蒙开发(NEXT/API 12)【为应用添加自动生成高强度密码的建议】系统安全
安全·harmonyos·鸿蒙·鸿蒙系统·openharmony
Android技术栈1 个月前
鸿蒙开发(NEXT/API 12)【ArkWeb接入密码保险箱】系统安全
安全·系统安全·harmonyos·鸿蒙·鸿蒙系统·openharmony
Android技术栈1 个月前
鸿蒙开发(NEXT/API 12)【二次向用户申请授权】程序访问控制
harmonyos·鸿蒙·鸿蒙系统·openharmony·访问控制
Android技术栈1 个月前
鸿蒙开发(NEXT/API 12)【蓝牙服务开发】网络篇
网络·华为·蓝牙·harmonyos·鸿蒙·鸿蒙系统·openharmony