mirror of
https://github.com/arkhipenko/esp32-mjpeg-multiclient-espcam-drivers.git
synced 2025-01-08 01:01:11 +01:00
README.md updates
This commit is contained in:
parent
8d89a58756
commit
6f712f6d3a
2 changed files with 10 additions and 3 deletions
|
@ -17,17 +17,24 @@
|
|||
|
||||
- code includes all three RTOS frame delivery options:
|
||||
|
||||
-- Single RTOS task serving the same frame to all clients (compile CAMERA_MULTICLIENT_QUEUE)
|
||||
- Single RTOS task serving the same frame to all clients (compile CAMERA_MULTICLIENT_QUEUE)
|
||||
|
||||
-- Separate dedicated RTOS tasks serving the same frame to clients independently (compile CAMERA_MULTICLIENT_TASK)
|
||||
- Separate dedicated RTOS tasks serving the same frame to clients independently (compile CAMERA_MULTICLIENT_TASK)
|
||||
|
||||
-- Serarate dedicated RTOS tasks serving individual frames to clients - no frames are "dropped" (compile CAMERA_ALL_FRAMES)
|
||||
- Serarate dedicated RTOS tasks serving individual frames to clients - no frames are "dropped" (compile CAMERA_ALL_FRAMES)
|
||||
|
||||
|
||||
### Quick start
|
||||
|
||||
Pull the repo recursively in order to include the latest esp32-camera drivers.
|
||||
|
||||
`git clone --recurse-submodules https://github.com/arkhipenko/esp32-mjpeg-multiclient-espcam-drivers.git`
|
||||
|
||||
Open workspace file `esp32-cam-rtos-pio\esp32-cam-rtos-pio.code-workspace` with MS VSCode
|
||||
|
||||
Switch to Platform IO menu then build and upload appropriate camera options
|
||||
|
||||
If your cemera model is not listed - read on or try contracting me.
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue