espressif / esp-tflite-micro

TensorFlow Lite Micro for Espressif Chipsets
Apache License 2.0
345 stars 76 forks source link

ArduCam on ESP32-DevKitC-VIE Development Board? #19

Open ASabovic opened 2 years ago

ASabovic commented 2 years ago

Hi guys,

Is it possible to use the ArduCam OV2640 Mini 2MP Plus camera with ESP32-WROVER-IE for the person detection example? If it is, where can I find the appropriate code and pins that I need to use?

Cheers!

vikramdattu commented 2 years ago

Hello @ASabovic camera is configurable in Person Detection example menuconfig.

idf.py menuconfig > Application configuration > Camera Config

You can then chose either one of the existing configurations or define your own custom pins with Camera custom pinout selection.

ASabovic commented 2 years ago

Maybe this is a very stupid question but where to type (or how to open) idf.py menuconfig?