Person detection project for ESP32Cam (tested on AI Thinker version) using ESP-IDF and TensorFlow Lite.
- Install ESP-IDF
- Set the
IDF_PATH
environment variable. Help idf.py
and Xtensa-esp32 tools (e.g.,xtensa-esp32-elf-gcc
) must be in $PATH
To build, simply run:
idf.py build
To flash (use the corresponding USB port):
idf.py --port /dev/ttyUSB0 flash
Open the serial monitor:
idf.py --port /dev/ttyUSB0 monitor