From 952b2a72508cc0d9e32089c7c5a17fdb61ec84de Mon Sep 17 00:00:00 2001 From: viarotel Date: Thu, 31 Oct 2024 16:07:48 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E2=99=BB=EF=B8=8F=20Optimize=20camera?= =?UTF-8?q?=20recording=20stability?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Device/components/MoreDropdown/components/Record/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Device/components/MoreDropdown/components/Record/index.vue b/src/components/Device/components/MoreDropdown/components/Record/index.vue index 3426e4b6..d306e825 100644 --- a/src/components/Device/components/MoreDropdown/components/Record/index.vue +++ b/src/components/Device/components/MoreDropdown/components/Record/index.vue @@ -18,7 +18,7 @@ const recordModel = { extname: config => config['--audio-record-format'] || 'opus', }, camera: { - excludes: ['--video-source', '--turn-screen-off', '--show-touches', '--no-power-on'], + excludes: ['--video-source', '--turn-screen-off', '--show-touches', '--no-power-on', '--stay-awake', '--power-off-on-close'], commands: ['--video-source=camera'], extname: config => config['--record-format'] || 'mp4', },