Skip to content

Commit

Permalink
update:718XM扫描30W像素仍然使用双缓存
Browse files Browse the repository at this point in the history
  • Loading branch information
allewalker committed Dec 13, 2024
1 parent 551d376 commit 2553420
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions project/example_camera/src/example_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,11 @@ static int luat_gc032a_init(void)
.seq_type = 1,
.plat_param = {1,1,1,0}
};
#ifdef TYPE_EC718M
g_s_camera_app.double_buffer_mode = 1;
#else
g_s_camera_app.double_buffer_mode = 0;
#endif
luat_camera_setup(CAMERA_SPI_ID, &spi_camera, luat_camera_irq_callback, NULL); //输出MCLK供给camera时钟
luat_rtos_task_sleep(1);
luat_i2c_setup(0, 1);
Expand Down

0 comments on commit 2553420

Please sign in to comment.