Conversation
There was a problem hiding this comment.
"及以上“是不是统一改成”或以上“,因为只要是其中任意一个版本就可以
There was a problem hiding this comment.
按照 SG 路径需要用 code font,像下文的「打开 BeautyAPI/Android 文件夹」就用了
There was a problem hiding this comment.
这里是不符合的 style 的,因为老站上表格如果有比较长的 code font,那么表格的宽度会很奇怪
There was a problem hiding this comment.
那么步骤 1 是不是也可以提一下,联系相芯的时候还要提供包名
There was a problem hiding this comment.
仓库里没搜到这个文件,应该类似于本地的用户设置文件?是否稍加说明
There was a problem hiding this comment.
| | FaceUnity/Lib/Resources | iOS/FULib | | |
| | 资源文件:FaceUnity/Lib/Resources | iOS/FULib | |
There was a problem hiding this comment.
一般 pod 完都是打开 .xcworkspace 文件,可能要再确认下
There was a problem hiding this comment.
| 4. 编译成功后,你的 iOS 设备上会出现美颜应用。在 iOS 系统设置中将该应用设为信任开发者后你才能打开应用。 | |
| 4. 编译成功后,你的 iOS 设备上会出现美颜应用。在 iOS 系统设置中将该应用设为信任开发者,即可打开应用。 |
markdown/beauty/相芯/beauty_run_github_project_faceunity_android.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
下文代码里是不是没体现 onCaptureVideoFrame?
There was a problem hiding this comment.
我在这个文件里搜索 onCaptureVideoFrame 只有一处,没看到代码块里有(难道是本地和远端没同步?
There was a problem hiding this comment.
ios 通过证书文件鉴权在后面的实现代码中没有体现,是预期的嘛(android 有
There was a problem hiding this comment.
check了代码,这个文件只要集成,pod install就可以。
There was a problem hiding this comment.
| // 当处理结果为 SKIPPED(忽略)时,代表你丢帧,即外部自采集的视频数据不传入声网 SDK | |
| // 当处理结果为 SKIPPED(忽略)时代表丢帧,即外部自采集的视频数据不传入声网 SDK |
There was a problem hiding this comment.
「通过 Beauty API 的 onFrame 函数,你可以将外部自采集的视频数据传入并进行处理。当处理结果不为 SKIPPED(忽略)时,用自采集的视频数据替代 onCaptureVideoFrame 函数中的 VideoFrame,并传入声网 SDK。」这是逻辑是 Android 里的,iOS 的代码逻辑只做了「将外部自采集的视频数据传入并进行处理。」
There was a problem hiding this comment.
发现没有 参考信息/API参考 这一小节,是因为场景化 API 不需要写单独的 API文档吗
There was a problem hiding this comment.
没有时间写单独的 API 文档,这个集成文档对 API 的调用也都介绍了
There was a problem hiding this comment.
这两个应该也算子步骤,应该要加一下有序编号
There was a problem hiding this comment.
是的。但是因为这种步骤序号带来的缩进 UI 改进现在还在调整,新站还没有做出来。所以为了好读,暂时取消了这里该写的序好。序好会让本节的内容全部缩进,本节的内容又很多,读起来很窄。
markdown/beauty/商汤/1.0.1.1/beauty_integration_sensetime_android.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
可能要斟酌一下是否需要 destroy RtcEngine,因为只要说完美颜 API 的调用流程就可以结束了,销毁 RtcEngine 不属于美颜 API 的调用流程。
markdown/beauty/商汤/1.0.1.1/beauty_run_github_project_sensetime_ios.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
集成 SDK 作为一个二级标题体现在右侧导航中可能会更好点
场景化美颜
https://docs-preprod.agora.io/cn/showroom/beauty_overview?platform=All%20Platforms
