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.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,12 @@ The API is stable, but it might change without previous anounce and until I make
6
6
## Setup build environment
7
7
To build the project, follow the following instructions:
8
8
-[ESP-IDF](https://docs.espressif.com/projects/esp-idf/en/v5.2.2/esp32/get-started/index.html): I used version 5.2.2, but it might work with other versions.
9
+
- Clone the micropython repo and this repo in a folder, e.g. "MyESPCam". I used the actual micropython master branch (between v1.23 and before 1.24).
9
10
-[MicroPython external C modules](https://docs.micropython.org/en/latest/develop/cmodules.html).
10
11
- You will have to add the ESP32-Camera driver (I used v2.0.11). Here are 3 posibilities:
11
12
Clone the https://github.com/espressif/esp32-camera repository inside the ~/esp-idf/components folder, or
12
13
Add a dependency on espressif/esp32-camera component (idf.py add-dependency "espressif/esp32-camera"), or
13
14
Manually add a dependency in idf_component.yml of your respective port in the local micropython port folder.
14
-
- Clone the micropython repo and this repo in a folder, e.g. "MyESPCam". I used the actual micropython master branch (between v1.23 and before 1.24).
15
15
16
16
## Add camera configurations to your board (Optional, but recomended)
17
17
To make things easier, add the following lines to your board config-file "mpconfigboard.h" with the respective pins and camera parameters. Otherwise you will need to pass all parameters during construction.
0 commit comments