未验证 提交 e0fa42fa 编写于 作者: S supeng 提交者: Gitee

update zh-cn/application-dev/media/camera-preview.md.

Signed-off-by: Nsupeng <supeng13@huawei.com>
上级 ea216739
......@@ -26,6 +26,7 @@
})
.onLoad(() => {
// 设置Surface宽高(1920*1080),预览尺寸设置参考前面 previewProfilesArray 获取的当前设备所支持的预览分辨率大小去设置
// 预览流与录像输出流的分辨率的宽高比要保持一致
this.mXComponentController.setXComponentSurfaceSize({surfaceWidth:1920,surfaceHeight:1080});
// 获取Surface ID
globalThis.surfaceId = this.mXComponentController.getXComponentSurfaceId();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册