# ESP-VISION Core `esp_vision_core` is the reusable ESP-IDF image processing component of the ESP-VISION repository, living under `components/esp_vision_core/`. It builds only the public core API and consumes the sibling `imlib` IDF component as a private dependency. It does not initialize cameras, displays, storage, USB, RTSP, or MicroPython. Callers provide image buffers and receive processed pixels or detection results. Feature participation is controlled by the `ESP_VISION_CORE_*` Kconfig options.
idf.py add-dependency "tda-2030/esp_vision_core^0.1.0"