:orphan: .. title:: CONFIG_EI_WRAPPER_DATA_BUF_SIZE .. kconfig:: CONFIG_EI_WRAPPER_DATA_BUF_SIZE CONFIG_EI_WRAPPER_DATA_BUF_SIZE ############################### *Size of input data buffer* Type: ``int`` Help ==== .. code-block:: none The buffer is used to store input data for the Edge Impulse library. Size of the buffer is expressed as number of floats. Direct dependencies =================== \ :kconfig:`EI_WRAPPER ` *(Includes any dependencies from ifs and menus.)* Default ======= - 2500 Kconfig definition ================== At ``/lib/edge_impulse/Kconfig:60`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:56`` → ``/lib/Kconfig:32`` Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Libraries → Enable Edge Impulse → Enable Edge Impulse wrapper .. code-block:: kconfig config EI_WRAPPER_DATA_BUF_SIZE int "Size of input data buffer" default 2500 depends on EI_WRAPPER help The buffer is used to store input data for the Edge Impulse library. Size of the buffer is expressed as number of floats. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*