ESP32-CAM_Interval
ESP32-CAM_Interval copied to clipboard
html_content.cpp
Hallo I need some help: Before compiling the html_content.cpp file needs to be generated. Do this by executing the gen_html_content.sh script. How can I do this with Windows ?
Thanks for your support
Markus
Hi I'm not the creator of this, but perhaps I can help. If you have Windows 10 --
Appwiz.cpl and choose additional features. Install Windows Subsystem for Linux and then reboot. Go to the microsoft store and install Ubuntu.
Then Open CMD.exe and cd to the folder you have the arduino project (I had to open the .ino file which made a folder, then put all of the .h and .c and .html files in this folder first too.
type bash gen_html_content.sh
Then you can open the .ino file.
I had to also comment out these lines in configuration.cpp: 203 204 205
Like so: //} else if (strcasecmp(value, "QQVGA2") == 0 || // strcasecmp(value, "128x160") == 0) { // m_frame_size = FRAMESIZE_QQVGA2;
also I compiled using the following settings in Arduino: ESP WROVER Module Partition Scheme Huge App