mirror of
https://github.com/arkhipenko/esp32-mjpeg-multiclient-espcam-drivers.git
synced 2025-01-08 17:11:22 +01:00
Update README.md
This commit is contained in:
parent
cf8fc562b3
commit
fd4b6aade2
1 changed files with 6 additions and 5 deletions
11
README.md
11
README.md
|
@ -7,15 +7,16 @@
|
||||||
1. Download latest ZIP file from https://github.com/espressif/esp32-camera.git into the esp32-cam subfolder
|
1. Download latest ZIP file from https://github.com/espressif/esp32-camera.git into the esp32-cam subfolder
|
||||||
|
|
||||||
2. unzip using `unzip -j esp32-cam-master.zip` command. This will place all files in the same folder
|
2. unzip using `unzip -j esp32-cam-master.zip` command. This will place all files in the same folder
|
||||||
|
|
||||||
**NOTE:** please observe the `-j` flag: the sketch assumes all files are in the same folder.
|
**NOTE:** please observe the `-j` flag: the sketch assumes all files are in the same folder.
|
||||||
|
|
||||||
3. In **esp32-cam.ino** sketch select your camera pin assignment. The choices are:
|
3. In **esp32-cam.ino** sketch select your camera pin assignment. The choices are:
|
||||||
|
|
||||||
1. CAMERA_MODEL_WROVER_KIT
|
1. CAMERA_MODEL_WROVER_KIT
|
||||||
2. CAMERA_MODEL_ESP_EYE
|
2. CAMERA_MODEL_ESP_EYE
|
||||||
3. CAMERA_MODEL_M5STACK_PSRAM
|
3. CAMERA_MODEL_M5STACK_PSRAM
|
||||||
4. CAMERA_MODEL_M5STACK_WIDE
|
4. CAMERA_MODEL_M5STACK_WIDE
|
||||||
5. CAMERA_MODEL_AI_THINKER
|
5. CAMERA_MODEL_AI_THINKER
|
||||||
|
|
||||||
4. Compile the **esp32-cam.ino** sketch using the following settings:
|
4. Compile the **esp32-cam.ino** sketch using the following settings:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue