1.连拍时间间隔微调
This commit is contained in:
parent
c89b1d3eae
commit
fecea29ac4
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user