feat:增加曝光調參
This commit is contained in:
@@ -130,7 +130,7 @@ void Page_Init(void)
|
||||
PAGE_REG(page_menu, "main");
|
||||
PAGE_REG(page_rtcam, "rtcam");
|
||||
PAGE_REG(page_param1, "aim_param");
|
||||
PAGE_REG(page_param2, "param2");
|
||||
PAGE_REG(page_param2, "exp");
|
||||
PAGE_REG(page_dparam, "dparam");
|
||||
PAGE_REG(page_reset, "reset");
|
||||
// PAGE_REG(page_argv);
|
||||
|
||||
@@ -33,7 +33,7 @@ static void Setup()
|
||||
} else if (Get_new_page() == page_param2) {
|
||||
pafrist = Page2_head;
|
||||
paend = Page3_head;
|
||||
ips200_show_string(0, 0, "Param2");
|
||||
ips200_show_string(0, 0, "exp");
|
||||
}
|
||||
|
||||
palong = paend - pafrist;
|
||||
|
||||
@@ -33,7 +33,7 @@ static void Setup()
|
||||
} else if (Get_new_page() == page_param2) {
|
||||
pafrist = Page2_head;
|
||||
paend = Page3_head;
|
||||
ips200_show_string(0, 0, "Param2");
|
||||
ips200_show_string(0, 0, "exp");
|
||||
}
|
||||
|
||||
palong = paend - pafrist;
|
||||
@@ -100,6 +100,7 @@ static void Event(page_event event)
|
||||
return;
|
||||
} else if (page_event_press_long == event) {
|
||||
jj_param_write();
|
||||
mt9v03x_set_exposure_time(auto_exp);
|
||||
Page_Shift(page_menu);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user