You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,9 @@
2
2
3
3
Example for [ESP32 TimerCam](https://github.com/m5stack/TimerCam-idf) rebuilt using [ESPP](http://github.com/esp-cpp/espp) to stream video over the network
4
4
5
-
It creates a task which pushes JPEG frames (1600x1200 px) from the camera into a FreeRTOS queue, along with another task that reads those frames from the queue and sends them via a TCP client socket to a TCP server. An example python TCP server is provided in [./display_frames.py](./display_frames.py).
5
+
It uses RTSP + RTP (over UDP) to perform real-time streaming of the camera data over the network to multiple clients.
0 commit comments