CONFIG_EI_WRAPPER_DATA_BUF_SIZE
Size of input data buffer
Type: int
Help
The buffer is used to store input data for the Edge Impulse library.
Size of the buffer is expressed as number of floats.
Default
2500
Kconfig definition
At <nRF>/lib/edge_impulse/Kconfig:62
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:94
→ <nRF>/lib/Kconfig:31
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
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.)