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
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,10 @@ This project aims to support cameras in different ports in micropython, starting
3
3
At the moment, this is a micropython user module, but it might get in the micropython repo in the future.
4
4
The API is stable, but it might change without previous anounce.
5
5
6
-
## Setup build environment
6
+
## Precomiled FW (the easy way)
7
+
If you are not familiar with building a custom firmware, you can go to the actions tab and start the build workflow by yourself. Then, you can download one if the generic FWs that suits your board.
8
+
9
+
## Setup build environment (the DIY way)
7
10
To build the project, follow the following instructions:
8
11
-[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
12
- 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).
@@ -12,7 +15,7 @@ To build the project, follow the following instructions:
12
15
espressif/esp32-camera:
13
16
git: https://github.com/espressif/esp32-camera
14
17
```
15
-
Note: Im am trying to figure out a more elegant way to do this.
18
+
You can also clone the https://github.com/espressif/esp32-camera repository inside the esp-idf/components folder instead of altering the idf_component.yml file.
16
19
17
20
## Add camera configurations to your board (Optional, but recomended)
18
21
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