ESP32 Camera motion capture application to record JPEGs to SD card as AVI files and stream to browser as MJPEG. If a microphone is installed then a WAV file is also created. Files can be uploaded via FTP or downloaded to browser.
Firstly, excellent work once again. I apologize for only now getting around to testing the I2C components and encountering an issue with the inclusion of SSD1306Wire.h. It appears to be intended for Arduino rather than ESP32. Below is the error message.
c:\Users\rohan\OneDrive\Documents\libraries\SSD1306wire\src\SSD1306wire.cpp:1:10: fatal error: avr/pgmspace.h: No such file or directory
1 | #include <avr/pgmspace.h>
| ^~~~~~~~~~~~~~~~
compilation terminated.
exit status 1
Compilation error: exit status 1
Firstly, excellent work once again. I apologize for only now getting around to testing the I2C components and encountering an issue with the inclusion of SSD1306Wire.h. It appears to be intended for Arduino rather than ESP32. Below is the error message.
What library are you using?