Skip to content

Commit c403821

Browse files
authored
README.md aktualisieren
1 parent 6e24c66 commit c403821

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,13 @@ make USER_C_MODULES=../../../../micropython-camera-API/src/micropython.cmake BOA
109109
```
110110

111111
If you experience problems, visit [MicroPython external C modules](https://docs.micropython.org/en/latest/develop/cmodules.html).
112-
113112
## Notes
114113

115114
- The OV5640 pinout is compatible with boards designed for the OV2640 but the voltage supply is too high for the internal 1.5V regulator, so the camera overheats unless a heat sink is applied. For recording purposes the OV5640 should only be used with an ESP32S3 board. Frame sizes above FHD framesize should only be used for still images due to memory limitations.
116115
- If your target board is a ESP32, I recommend using IDF >= 5.2, since older versions may lead to IRAM overflow during build. Alternatively you can modify your sdkconfig-file (see [issue #1](https://github.com/cnadler86/micropython-camera-API/issues/1)).
116+
117+
## Plans for the future
118+
- [ ] imolrment structure in repo to include other boards like xiao sense
119+
- [ ] harmonize properties to standard ones at API level, e.g. jpeg quality to the range 100=very good, 1/0= very bad
120+
- [ ] edge case: enable usage of pins such as i2c for other applications
121+
- [ ] provide examples in binary image with lfs-merge

0 commit comments

Comments
 (0)