From fecea29ac49e81e10106a949ca80f24deb540f51 Mon Sep 17 00:00:00 2001 From: payton Date: Thu, 14 Dec 2023 10:08:12 +0800 Subject: [PATCH] =?UTF-8?q?1.=E8=BF=9E=E6=8B=8D=E6=97=B6=E9=97=B4=E9=97=B4?= =?UTF-8?q?=E9=9A=94=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../source/cardv/SrcCode/UIApp/MovieFast/MovieFast.c | 4 ++-- .../source/cardv/SrcCode/UIApp/PhotoFast/PhotoFast.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rtos/code/application/source/cardv/SrcCode/UIApp/MovieFast/MovieFast.c b/rtos/code/application/source/cardv/SrcCode/UIApp/MovieFast/MovieFast.c index 3ec4a95c2..0ef7a994e 100644 --- a/rtos/code/application/source/cardv/SrcCode/UIApp/MovieFast/MovieFast.c +++ b/rtos/code/application/source/cardv/SrcCode/UIApp/MovieFast/MovieFast.c @@ -1356,10 +1356,10 @@ static INT32 MovieFast_Mode2_Get_Cont_Shot(UINT32* max_cnt, UINT32* duration) if(SF_MULTISHOT_INTEVEL_1S == puiPara->MultiShotIntevel) { - *duration = 1000;//The interval between consecutive shots of each photo is 1 second + *duration = 970;//The interval between consecutive shots of each photo is 1 second } else if(SF_MULTISHOT_INTEVEL_2S == puiPara->MultiShotIntevel) { - *duration = 2000;//The interval between consecutive shots of each photo is 2 second + *duration = 1970;//The interval between consecutive shots of each photo is 2 second } else { *duration = 1000 / *max_cnt;//SF_MULTISHOT_INTEVEL_0S diff --git a/rtos/code/application/source/cardv/SrcCode/UIApp/PhotoFast/PhotoFast.c b/rtos/code/application/source/cardv/SrcCode/UIApp/PhotoFast/PhotoFast.c index 10f6b49c0..b056c5eb9 100644 --- a/rtos/code/application/source/cardv/SrcCode/UIApp/PhotoFast/PhotoFast.c +++ b/rtos/code/application/source/cardv/SrcCode/UIApp/PhotoFast/PhotoFast.c @@ -1500,10 +1500,10 @@ THREAD_RETTYPE PhotoFast_FlowPreviewThread(void *arg) #if HUNTING_CAMERA_MCU == ENABLE if(SF_MULTISHOT_INTEVEL_1S == puiPara->MultiShotIntevel) { - period = 1000;//The interval between consecutive shots of each photo is 1 second + period = 970;//The interval between consecutive shots of each photo is 1 second } else if(SF_MULTISHOT_INTEVEL_2S == puiPara->MultiShotIntevel) { - period = 2000;//The interval between consecutive shots of each photo is 2 second + period = 1970;//The interval between consecutive shots of each photo is 2 second } else { period = 1000 / max_cnt;//SF_MULTISHOT_INTEVEL_0S