Closed NicoPy closed 2 years ago
Hmmm ... Arduino 2.0 -- I have not tried that one. -- I'm still on 1.8.19
You need the WiFiManager 2.05-beat by tablatronix installed through Arduino Tools Manage Libraries, search for WiFiManager and them slide down to the bottom and get this one (They are up to 2.0.9 now but I was using 2.0.5)
You also need this one ArduinoJson 6.18.5 by Benoit Blanchon
You could also try the pre-compiled version. https://jameszah.github.io/ESP32-CAM-VideoCam/
Also I see you are using the old 50x version -- it worked with old libraries, compilers.
If you have the new libraries compilers, you need the entire v58 folder, but nothing else. Bring in the ,ino plus the cpp and .h files to the Arduino and it should have all the files it needs
Hmmm ... Arduino 2.0 -- I have not tried that one. -- I'm still on 1.8.19
I'm just starting with Arduino and I thought it would be good to use up to date tools.
You need the WiFiManager 2.05-beat by tablatronix installed through Arduino Tools Manage Libraries, search for WiFiManager and them slide down to the bottom and get this one (They are up to 2.0.9 now but I was using 2.0.5)
This one is not in the list. I used the one by tzapu. It has compiled without error (not tested yet)
You also need this one ArduinoJson 6.18.5 by Benoit Blanchon
I have not installed it but it compiled without error.
You could also try the pre-compiled version. https://jameszah.github.io/ESP32-CAM-VideoCam/
I'm quite sure I have clicked on the link in the project page but it did not redirect to the correct location. Now, it works. That's strange... I must be wrong.
Also I see you are using the old 50x version -- it worked with old libraries, compilers.
If you have the new libraries compilers, you need the entire v58 folder, but nothing else. Bring in the ,ino plus the cpp and .h files to the Arduino and it should have all the files it needs
Ok, That answers my first question. So I have to use the .ino in v58 folder.
You also need this one ArduinoJson 6.18.5 by Benoit Blanchon I have not installed it but it compiled without error.
Just found that this one is for ESP32-CAM-Video-Recorder (the non junior version).
After a few tests it seems to be working. Thanks for your support.
Hi,
I'm trying to build the project.
First, it is not clear to me which .ino file to use. Is it the one at top level ? Or one in one of the sub-directories (v58, v57...) ? I chose the top level one.
When clicking on "Verify", I get the following error :
I tried to install libraries with WifiManager in the name (there are a lot) without success. Which library should I install to get rid of this error ?
Notes :