修复曝光异常bug

This commit is contained in:
2024-07-14 14:34:07 +08:00
parent f7b52d9d2e
commit 94222071e9

View File

@@ -48,7 +48,7 @@ int main(void)
jj_param_eeprom_init(); jj_param_eeprom_init();
mt9v03x_init(); mt9v03x_init();
mt9v03x_sccb_set_exposure_time((uint8_t)auto_exp); mt9v03x_sccb_set_exposure_time((uint16_t)auto_exp);
Page_Init(); Page_Init();