Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion examples/esp32_cam/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
### Installation

* Download and flash correct ESP32-CAM microPython version (needs specific camera support)
* Edit `server.py` and set your WiFi credentials at line 44.
* Edit `server.py` and set your camera type to "9" at line 84 to select "640x480" resolution. Other resolutions are also available.
* Copy `boot.py`,`main.py` and `server.py` into microPython flash file-system top-level
* Reboot ESP32-CAM

Expand Down Expand Up @@ -88,4 +90,4 @@ frames= 40 avg_dt(10/10)= 87.77 ms avg_fps= 11.39

```
$ python3 streaming_client_1.py --url http://192.168.0.105/username/password --avg-n 10 --wait-ms 1
```
```