Skip to content

Commit

Permalink
samples: drivers: video: capture: Add ESP32S3-EYE support
Browse files Browse the repository at this point in the history
Add support for esp32s3-eye board.

Signed-off-by: Lucas Tamborrino <[email protected]>
  • Loading branch information
LucasTambor committed Sep 17, 2024
1 parent c39d83f commit 636be6b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions samples/drivers/video/capture/boards/esp32s3_eye_procpu.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
CONFIG_VIDEO_BUFFER_POOL_SZ_MAX=40000
CONFIG_VIDEO_BUFFER_POOL_NUM_MAX=3
CONFIG_ESP_SPIRAM=y
CONFIG_SPIRAM_MODE_OCT=y
CONFIG_VIDEO_BUFFER_POOL_ALIGN=32
CONFIG_DMA_ESP32_MAX_DESCRIPTOR_NUM=64
CONFIG_VIDEO_BUFFER_USE_SHARED_MULTI_HEAP=y
CONFIG_VIDEO_BUFFER_SMH_ATTRIBUTE=2
CONFIG_VIDEO_FORMAT_HEIGHT=240
CONFIG_VIDEO_FORMAT_WIDTH=240
CONFIG_VIDEO_PIXEL_FORMAT="RGBP"

0 comments on commit 636be6b

Please sign in to comment.