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 <me@josuah.net>
This commit is contained in:
parent
acfd958f4b
commit
c2b408df9b
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
CONFIG_VIDEO_BUFFER_POOL_NUM_MAX=1
|
||||
CONFIG_VIDEO_BUFFER_POOL_NUM_MAX=2
|
||||
CONFIG_VIDEO_BUFFER_POOL_SZ_MAX=160000
|
||||
CONFIG_DMA=y
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue