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
1f63a9971f
commit
cf8fc562b3
1 changed files with 9 additions and 9 deletions
18
README.md
18
README.md
|
@ -7,7 +7,7 @@
|
||||||
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:
|
||||||
|
|
||||||
|
@ -19,13 +19,13 @@
|
||||||
|
|
||||||
4. Compile the **esp32-cam.ino** sketch using the following settings:
|
4. Compile the **esp32-cam.ino** sketch using the following settings:
|
||||||
|
|
||||||
ESP32 Dev Module
|
ESP32 Dev Module
|
||||||
CPU Freq: 240
|
CPU Freq: 240
|
||||||
Flash Freq: 80
|
Flash Freq: 80
|
||||||
Flash mode: QIO
|
Flash mode: QIO
|
||||||
Flash Size: 4Mb
|
Flash Size: 4Mb
|
||||||
Partition: Minimal SPIFFS (or any other that would fit the sketch)
|
Partition: Minimal SPIFFS (or any other that would fit the sketch)
|
||||||
PSRAM: Enabled
|
PSRAM: Enabled
|
||||||
|
|
||||||
### Results:
|
### Results:
|
||||||
|
|
||||||
|
@ -33,4 +33,4 @@ I was able to run multiple browser windows, multiple VLC windows and connect mul
|
||||||
|
|
||||||
This is incredible considering the size of this thing! The camera on ESP-EYE is actually quite good.
|
This is incredible considering the size of this thing! The camera on ESP-EYE is actually quite good.
|
||||||
|
|
||||||
### Enjoy!
|
### Enjoy!
|
||||||
|
|
Loading…
Reference in a new issue