From e51081507b814b3e79e64e0fbf08adc4a2b00ecb Mon Sep 17 00:00:00 2001 From: payton Date: Tue, 22 Aug 2023 17:54:42 +0800 Subject: [PATCH] =?UTF-8?q?1.=E8=8C=83=E5=B7=A5=E7=A1=AE=E8=AE=A4=E7=9A=84?= =?UTF-8?q?pwm=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SrcCode/Dx/565_HUNTING_EVB_LINUX_4G_S530/IOCfg.c | 8 ++++---- .../SrcCode/Dx/565_HUNTING_EVB_LINUX_4G_S530/DxHunting.c | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) mode change 100644 => 100755 rtos/code/application/source/cardv/SrcCode/Dx/565_HUNTING_EVB_LINUX_4G_S530/DxHunting.c diff --git a/code/application/source/cardv/SrcCode/Dx/565_HUNTING_EVB_LINUX_4G_S530/IOCfg.c b/code/application/source/cardv/SrcCode/Dx/565_HUNTING_EVB_LINUX_4G_S530/IOCfg.c index c345c91a7..e279b417d 100755 --- a/code/application/source/cardv/SrcCode/Dx/565_HUNTING_EVB_LINUX_4G_S530/IOCfg.c +++ b/code/application/source/cardv/SrcCode/Dx/565_HUNTING_EVB_LINUX_4G_S530/IOCfg.c @@ -464,7 +464,7 @@ void sf_ir_led_set(UINT8 mode, UINT8 flashLed, UINT8 stillExp, UINT8 isSnapVideo } else { - ui_rise = 45;//55% + ui_rise = 60;//40% } } else @@ -475,7 +475,7 @@ void sf_ir_led_set(UINT8 mode, UINT8 flashLed, UINT8 stillExp, UINT8 isSnapVideo } else { - ui_rise = 30;//70% + ui_rise = 55;//45% } } #else @@ -489,7 +489,7 @@ void sf_ir_led_set(UINT8 mode, UINT8 flashLed, UINT8 stillExp, UINT8 isSnapVideo } else { - ui_rise = 45;//55% + ui_rise = 65;//35% } } else @@ -500,7 +500,7 @@ void sf_ir_led_set(UINT8 mode, UINT8 flashLed, UINT8 stillExp, UINT8 isSnapVideo } else { - ui_rise = 30;//70% + ui_rise = 60;//40% } } #endif diff --git a/rtos/code/application/source/cardv/SrcCode/Dx/565_HUNTING_EVB_LINUX_4G_S530/DxHunting.c b/rtos/code/application/source/cardv/SrcCode/Dx/565_HUNTING_EVB_LINUX_4G_S530/DxHunting.c old mode 100644 new mode 100755 index d81b67aac..33cbbaf1b --- a/rtos/code/application/source/cardv/SrcCode/Dx/565_HUNTING_EVB_LINUX_4G_S530/DxHunting.c +++ b/rtos/code/application/source/cardv/SrcCode/Dx/565_HUNTING_EVB_LINUX_4G_S530/DxHunting.c @@ -449,7 +449,7 @@ void sf_ir_led_set(UINT8 mode, UINT8 flashLed, UINT8 stillExp, UINT8 isSnapVideo } else { - ui_rise = 45;//55% + ui_rise = 60;//40% } } else @@ -460,7 +460,7 @@ void sf_ir_led_set(UINT8 mode, UINT8 flashLed, UINT8 stillExp, UINT8 isSnapVideo } else { - ui_rise = 30;//70% + ui_rise = 55;//45% } } #else @@ -474,7 +474,7 @@ void sf_ir_led_set(UINT8 mode, UINT8 flashLed, UINT8 stillExp, UINT8 isSnapVideo } else { - ui_rise = 45;//55% + ui_rise = 65;//35% } } else @@ -485,7 +485,7 @@ void sf_ir_led_set(UINT8 mode, UINT8 flashLed, UINT8 stillExp, UINT8 isSnapVideo } else { - ui_rise = 30;//70% + ui_rise = 60;//40% } } #endif