修复曝光异常bug
This commit is contained in:
@@ -48,7 +48,7 @@ int main(void)
|
||||
jj_param_eeprom_init();
|
||||
|
||||
mt9v03x_init();
|
||||
mt9v03x_sccb_set_exposure_time((uint8_t)auto_exp);
|
||||
mt9v03x_sccb_set_exposure_time((uint16_t)auto_exp);
|
||||
|
||||
Page_Init();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user