Skip to content

Commit 00b9d10

Browse files
authored
README.md aktualisieren
1 parent 637c207 commit 00b9d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ The API is stable, but it might change without previous anounce and until I make
66
## Setup build environment
77
To build the project, follow the following instructions:
88
- [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).
910
- [MicroPython external C modules](https://docs.micropython.org/en/latest/develop/cmodules.html).
1011
- You will have to add the ESP32-Camera driver (I used v2.0.11). Here are 3 posibilities:
1112
Clone the https://github.com/espressif/esp32-camera repository inside the ~/esp-idf/components folder, or
1213
Add a dependency on espressif/esp32-camera component (idf.py add-dependency "espressif/esp32-camera"), or
1314
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).
1515

1616
## Add camera configurations to your board (Optional, but recomended)
1717
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

Comments
 (0)