From f9c10199f183690f028a3bc84e15d25171c4eecf Mon Sep 17 00:00:00 2001 From: payton Date: Tue, 7 Nov 2023 10:10:44 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E5=A4=8D=E8=BF=9E=E6=8B=8D=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../source/cardv/SrcCode/UIApp/PhotoFast/PhotoFast.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 e407ee9fa..b2be865dd 100755 --- a/rtos/code/application/source/cardv/SrcCode/UIApp/PhotoFast/PhotoFast.c +++ b/rtos/code/application/source/cardv/SrcCode/UIApp/PhotoFast/PhotoFast.c @@ -1712,7 +1712,7 @@ THREAD_RETTYPE PhotoFast_FlowPreviewThread(void *arg) case DX_HUNTING_MODE_PHOTO_MOVIE: if (start_cap == TRUE) { - g_u32PrvCapCnt++; + // g_u32PrvCapCnt++; #if HUNTING_CAMERA_MCU == ENABLE if(sf_is_night_mode(0) ==TRUE){ //DrvGPIO_IRLed_Turn_Onoff(0); @@ -1726,7 +1726,7 @@ THREAD_RETTYPE PhotoFast_FlowPreviewThread(void *arg) else{ DBG_WRN("enq frame failed...\n"); } - + if (g_u32PrvCapCnt >= max_cnt) { g_bPreViewPullFlag = FALSE; }