From e451c5bb39fba41e0c07847e0f50eb96765a5d10 Mon Sep 17 00:00:00 2001 From: jiangminyang Date: Tue, 18 Oct 2022 18:02:14 +0800 Subject: [PATCH] fixed founction isVideoStabilization example code. Signed-off-by: jiangminyang --- zh-cn/application-dev/reference/apis/js-apis-camera.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-camera.md b/zh-cn/application-dev/reference/apis/js-apis-camera.md index 0d670e26f5..b96be107ec 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-camera.md +++ b/zh-cn/application-dev/reference/apis/js-apis-camera.md @@ -2622,7 +2622,7 @@ captureSession.isVideoStabilizationModeSupported(camera.VideoStabilizationMode.O console.error(`Failed to check whether video stabilization mode supported. ${err.message}`); return; } - console.log(`Callback returned with the successful execution of isVideoStabilizationModeSupported: ${status}`); + console.log(`Callback returned with the successful execution of isVideoStabilizationModeSupported`); }) ``` -- GitLab