zephyr/tests/drivers/video/api/prj.conf
Josuah Demangeon 84f0eec62e drivers: video: common: fix video_closest_frmival() fie.index
Fix bug introduced in 46a262ffe6 where the
fie.index field was expected to be incremented by the driver, while it
is the responsibility of the caller to increment it.

Fixes #89663

Signed-off-by: Josuah Demangeon <me@josuah.net>
2025-05-12 19:20:45 +02:00

13 lines
309 B
Plaintext

CONFIG_ZTEST=y
CONFIG_ASSERT=y
CONFIG_VIDEO=y
# Just enough for a single frame in RGB565 format: 320 * 420 * 2 + some margin
CONFIG_VIDEO_BUFFER_POOL_SZ_MAX=300000
CONFIG_VIDEO_BUFFER_POOL_NUM_MAX=1
# Required to support larger buffers on native_sim
CONFIG_SYS_HEAP_BIG_ONLY=y
CONFIG_VIDEO_LOG_LEVEL_DBG=y