Use a esp32 cam to detect many objects

Morning everybody , i am working since 2 weeks on a detection project using esp32-cam and an arduino Ide .i have used edge impulse to generate the library about the object that i wanted to be detect .the matter is that when i compile the code that’s the error met:

fork/exec C:\Users\NGALEU JNR\AppData\Local\Arduino15\packages\esp32\tools\xtensa-esp32-elf-gcc\esp-2021r2-patch5-8.4.0/bin/xtensa-esp32-elf-g++.exe: Name of file or extension too long.
Error of compilation for the borad AI Thinker ESP32-CAM
please for your help thanx

Hi @junior237,

The Name of file or extension too long is a known issue with Windows. It cannot handle the long (>32k characters) command lines. Please see this thread for potential fixes for this error.