The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_VIDEO_BUFFER_POOL_NUM_MAX

Number of maximum sized buffer in the video pool

Type: int

Direct dependencies

VIDEO

(Includes any dependencies from ifs and menus.)

Default

  • 2

Kconfig definition

At drivers/video/Kconfig:26

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:98

Menu path: (Top) → Device Drivers → VIDEO hardware support

config VIDEO_BUFFER_POOL_NUM_MAX
    int "Number of maximum sized buffer in the video pool"
    default 2
    depends on VIDEO

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)