Skip to content

Commit c2b408d

Browse files
josuahkartben
authored andcommitted
samples: drivers: video: capture: fix Arduino Nicla Vision
Since #84446 it became necessary to enqueue a first video buffer before performing the transfers. Apply this config change to the sample. Signed-off-by: Josuah Demangeon <[email protected]>
1 parent acfd958 commit c2b408d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/drivers/video/capture/boards/arduino_nicla_vision_stm32h747xx_m7.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CONFIG_VIDEO_BUFFER_POOL_NUM_MAX=1
1+
CONFIG_VIDEO_BUFFER_POOL_NUM_MAX=2
22
CONFIG_VIDEO_BUFFER_POOL_SZ_MAX=160000
33
CONFIG_DMA=y
44

0 commit comments

Comments
 (0)