You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project shows how to record images with the ESP32 and the OV7670 camera without FIFO. An SPI TFT display is supported and a basic web server provides the images in the local network.
4
+
5
+
The video explaining this code can be found here
6
+
https://youtu.be/S2yTQHM82jc
7
+
8
+
Also check out the project page for some details, parts and datasheets
9
+
http://bitluni.net/esp32-i2s-camera-ov7670/
10
+
11
+
# Acknowledgements
12
+
The project is based on the esp-cam-demo of Ivan Grokhotkov
13
+
https://github.com/igrr/esp32-cam-demo
14
+
15
+
#License
16
+
Since parts of the code are taken from the esp-cam-demo which are subject to the Apache License 2.0 license.
0 commit comments