Camera_driver: fix camera power control
This commit is contained in:
@ -47,7 +47,7 @@ void OV2640::Capture(){
|
||||
ArduChip_start_DMA_transfer(image_size);
|
||||
|
||||
// while(SPI_handle.State != HAL_SPI_STATE_READY){;}
|
||||
HAL_Delay(300); // delay to ensure full dma transmission
|
||||
HAL_Delay(500); // delay to ensure full dma transmission
|
||||
|
||||
ArduChip_CS_disable();
|
||||
|
||||
|
Reference in New Issue
Block a user