Skip to content

Commit c410e64

Browse files
committed
Added text and license notes
1 parent dfe3fd1 commit c410e64

File tree

4 files changed

+32
-1
lines changed

4 files changed

+32
-1
lines changed

I2SCamera.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
//parts of his code are taken from
2+
//https://github.com/igrr/esp32-cam-demo
3+
//by Ivan Grokhotkov
4+
//released under Apache License 2.0
5+
16
#include "I2SCamera.h"
27
#include "Log.h"
38

I2SCamera.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
//parts of his code are taken from
2+
//https://github.com/igrr/esp32-cam-demo
3+
//by Ivan Grokhotkov
4+
//released under Apache License 2.0
5+
16
#pragma once
27

38
#include "soc/soc.h"

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
1-
# ESP32_DMA_Camera
1+
# ESP32 I2S Camera
2+
3+
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.
17+
The rest of the code is Public Domain

XClk.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
//parts of his code are taken from
2+
//https://github.com/igrr/esp32-cam-demo
3+
//by Ivan Grokhotkov
4+
//released under Apache License 2.0
5+
16
#include "XClk.h"
27
#include "driver/ledc.h"
38

0 commit comments

Comments
 (0)