feat(cam): add camera buffer alloc function

This commit is contained in:
gaoxu
2025-07-04 16:58:44 +08:00
parent b9c224215e
commit ee3de247e2
13 changed files with 166 additions and 35 deletions

View File

@@ -29,6 +29,8 @@ typedef struct esp_cam_ctlr_dvp_dma {
esp_cam_ctlr_dvp_dma_desc_t *desc; /*!< DVP DMA description buffer */
size_t desc_count; /*!< DVP DMA description count */
size_t desc_size; /*!< DVP DMA description buffer size in byte */
size_t int_mem_align; /*!< DVP DMA internal memory alignment */
size_t ext_mem_align; /*!< DVP DMA external memory alignment */
} esp_cam_ctlr_dvp_dma_t;
/**