Packages\esp32\hardware\esp32\1.0.6/tools/sdk/include/newlib/math.h:284:15: note: ‘fmax’
extern double fmax _PARAMS((double, double));
^
Hello @ravi1706,
Could you please provide some more information about your issue please?
Which ESP32 camera are you using, what code are you trying to compile?
Best,
Louis
Hi @louis
Actually I tried example-esp32-cam/Examples/Basic-Image-Classification at main · edgeimpulse/example-esp32-cam · GitHub . While uploading the code, i got this error.
Could you help me resolve this.
I have used esp32 cam AI-thinker
Hello @ravi1706,
This repository you are trying to use is now deprecated: https://github.com/edgeimpulse/example-esp32-cam .
ESP32 examples are now directly available in the Arduino Library deployments.
Best,
Louis
Was this solved? Tried a solution for my project using the Arduino library but with the ESP32 PSRAM Timer Camera (OV3660) instead but got the same result.