mirror of
https://github.com/arkhipenko/esp32-mjpeg-multiclient-espcam-drivers.git
synced 2025-01-08 17:11:22 +01:00
Readme updates
This commit is contained in:
parent
67e7c8a932
commit
c3759076da
1 changed files with 29 additions and 0 deletions
29
README.md
29
README.md
|
@ -49,3 +49,32 @@ 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!
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
------
|
||||||
|
|
||||||
|
##### Other repositories that may be of interest
|
||||||
|
|
||||||
|
###### ESP32 MJPEG streaming server servicing a single client:
|
||||||
|
|
||||||
|
https://github.com/arkhipenko/esp32-cam-mjpeg
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
###### ESP32 MJPEG streaming server servicing multiple clients (FreeRTOS based):
|
||||||
|
|
||||||
|
https://github.com/arkhipenko/esp32-cam-mjpeg-multiclient
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
###### ESP32 MJPEG streaming server servicing multiple clients (FreeRTOS based) with the latest camera drivers from espressif.
|
||||||
|
|
||||||
|
https://github.com/arkhipenko/esp32-mjpeg-multiclient-espcam-drivers
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
###### Cooperative multitasking library:
|
||||||
|
|
||||||
|
https://github.com/arkhipenko/TaskScheduler
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue