Hi to all, I'm trying to go by examples using the esp32_cam and got this error:
/home/gaston/Arduino/libraries/TensorFlowLite_ESP32/src/bus/i2s_lcd_esp32_driver.c:24:30: fatal error: esp32/rom/lldesc.h: No such file or directory
I'm using Arduino 2.0.2 and have installed the TensorFlow library. Any ideas?
check compatibility TensorFlow Lite Micro Library for Arduino
it probably requires libraries which don't exist on the ESP32
Edit: ignore the above - I assume you are using announcing-tensorflow-lite-micro-esp32
just tried the blink example with
#include <TensorFlowLite_ESP32.h>
and got the same error message
woowww, is for "Arduino Nano 33 BLE Sense". So if I have the esp32_cam just can't use it?
You probably should not expect much community support for TensorFlow on an MCU. The projects that have been done in the past are simple demos, fun but impractical and soon forgotten. You might just as well run examples on your laptop.
What do you really want to do with your ESP32_CAM?
jremington,
I want to do image classification with tensorflow lite. AFAIK there is some examples using PlataformIO and works really well but with Arduino this error came up. Thanks again
It will be an interesting challenge to do image classification with an ESP32.
Please keep us informed.
I got LR and KNN to work well with an ESP32. I use RPi and BeagleBone's for TensorFlow.
My ESP32 CAMs FTP their images to the RPi that does the ML.