abratchik
abratchik
> @abratchik does your new version also support OTA updates as the old version did? I have 2 cams installed in places that are not easy to access for wired...
> @abratchik tried to follow instructions on https://github.com/abratchik/esp32-cam-webserver/tree/8f39567ff1b99d146bea02aacda1163ca8be5341 > > Get 2 error: > > Mehrere Bibliotheken wurden für "WiFi.h" gefunden In file included from C:\Users\xxx\Documents\Arduino\esp32-cam-webserver-8f39567ff1b99d146bea02aacda1163ca8be5341\esp32-cam-webserver\esp32-cam-webserver.ino:6: Benutzt: C:\Users\xxx\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.6\libraries\WiFi C:\Users\xxx\Documents\Arduino\esp32-cam-webserver-8f39567ff1b99d146bea02aacda1163ca8be5341\esp32-cam-webserver\src\app_httpd.h:9:10: fatal...
If you don’t use platformio then all the dependencies are to be installed manually. You need to ensure all the libs are cloned in the libraries folder from the links...
I used the ones from Espressif: https://github.com/espressif/json_generator.git https://github.com/espressif/json_parser.git
Hi @TungstenE2, thanks for testing/trying. I suspect some of the issues you experience may be because of the old settings or old sketch. Both have changed recently with no backward...
Ok, will check later today. May be some latest commit broke something. Strangely it works for me just fine.
Hi @TungstenE2 , I fixed most of the issues you reported. Please update your sketch/data from the repo. If you face any problems with it, kindly let know. Regarding the...
You need to clean browser cash I think. I just checked with the latest sketch code and data, all works as it should. Webcam error is not related to the...
is the /system opening ok? if yes then it is most certainly cash. If it doesn't then it is really strange - may be your sketch did not upload correctly....
The problem I fixed was not in the page itself. Do you see the JSON when you query `http:///system` ?