1.iq过曝问题修改
This commit is contained in:
parent
b11ea12d85
commit
1ac9c48f84
|
@ -1385,11 +1385,11 @@ THREAD_RETTYPE MovieFast_InitMovieModeThread(void *arg)
|
||||||
|
|
||||||
//UI_SetData(FL_MOVIE_SIZE, MOVIE_SIZE_CLONE_1920x1080P30_1280x720P30);
|
//UI_SetData(FL_MOVIE_SIZE, MOVIE_SIZE_CLONE_1920x1080P30_1280x720P30);
|
||||||
Set_NIGHTMODE(0, 0);
|
Set_NIGHTMODE(0, 0);
|
||||||
nvt_cmdsys_runcmd("ae set_speed 0 128 700 700 100 ");
|
//nvt_cmdsys_runcmd("ae set_speed 0 128 700 700 100 ");
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
Set_NIGHTMODE(0, 1);
|
Set_NIGHTMODE(0, 1);
|
||||||
Set_AEMODE(0);
|
//Set_AEMODE(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
MovieFast_SetRecInfoByUISetting();
|
MovieFast_SetRecInfoByUISetting();
|
||||||
|
@ -1587,6 +1587,9 @@ THREAD_RETTYPE MovieFast_InitMovieModeThread(void *arg)
|
||||||
|
|
||||||
MovieFast_InstallID();
|
MovieFast_InstallID();
|
||||||
|
|
||||||
|
nvt_cmdsys_runcmd("ae set_speed 0 128 700 700 100 ");
|
||||||
|
//nvt_cmdsys_runcmd("ae dbg 0 256 1 ");
|
||||||
|
|
||||||
HD_VIDEO_FRAME frame_capture = {0};
|
HD_VIDEO_FRAME frame_capture = {0};
|
||||||
|
|
||||||
{
|
{
|
||||||
|
@ -1614,8 +1617,8 @@ THREAD_RETTYPE MovieFast_InitMovieModeThread(void *arg)
|
||||||
ae_preset_flag = TRUE;
|
ae_preset_flag = TRUE;
|
||||||
vprc_frm_cnt_ae_preset = vprc_frm_cnt;
|
vprc_frm_cnt_ae_preset = vprc_frm_cnt;
|
||||||
DBG_DUMP("ae preset vprc frame cnt = %lu\n", vprc_frm_cnt_ae_preset);
|
DBG_DUMP("ae preset vprc frame cnt = %lu\n", vprc_frm_cnt_ae_preset);
|
||||||
Set_AEMODE(1);
|
Set_AEMODE(0);
|
||||||
setet_preset_param();
|
//setet_preset_param();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user