Skip to content

mic159/ESP32CameraI2S

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

ESP32 I2S Camera

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.

The video explaining this code can be found here https://youtu.be/S2yTQHM82jc

Also check out the project page for some details, parts and datasheets http://bitluni.net/esp32-i2s-camera-ov7670/

Acknowledgements

The project is based on the esp-cam-demo by Ivan Grokhotkov https://github.com/igrr/esp32-cam-demo

#License Since parts of the code are taken from the esp-cam-demo which are subject to the Apache License 2.0 license. You will find a note in at the top of the respective files. The rest of the code is Public Domain

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 85.5%
  • Other 11.0%
  • C 3.5%