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
Copy file name to clipboardExpand all lines: README.rst
+23-9
Original file line number
Diff line number
Diff line change
@@ -6,32 +6,46 @@ OpenCV for Esp32
6
6
This is a clone of OpenCV (from commit 8808aaccffaec43d5d276af493ff408d81d4593c), modified to be cross-compiled on the ESP32. This Readme explains how to cross-compile on the ESP32 and also some details on the steps done.
7
7
8
8
9
+
Demo
10
+
====
9
11
10
-
Hardware
11
-
========
12
-
13
-
The tests were done on the ESP32D0WDQ6 (revision 1):
12
+
A demo has been made using the **TTGO Camera Plus** module (https://github.com/Xinyuan-LilyGO/esp32-camera-screen). The board embedds an ESP32-DOWDQ6 with:
14
13
15
14
- Xtensa dual core 32-bit LX6 uP, up to 600 MIPS
16
15
- 448 KB of ROM for booting and core functions
17
16
- 520 KB of SRAM for data and instructions cache
18
17
- 16 KB SRAM in RTC
19
18
- 8 MB of external SPI RAM
20
-
- 16 MB of external SPI Flash
21
-
19
+
- 4 MB of external SPI Flash
22
20
23
-
Demo
24
-
====
25
21
26
-
A demo has been made using the **TTGO Camera Plus** module (https://github.com/Xinyuan-LilyGO/esp32-camera-screen). It gets an image from the camera, applies a simple transformation on it (Grayscale, Threshold or Canny edge detection), and then displays it on the LCD.
22
+
The demo consists in getting an image from the camera, applying a simple transformation on it (Grayscale, Threshold or Canny edge detection), and then displaying it on the LCD.
0 commit comments