Skip to content

Commit 7e01006

Browse files
authored
Update README.md
1 parent e9aa40e commit 7e01006

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# camera-display
22

33
Example for [ESP32-S3-BOX](https://www.adafruit.com/product/5290)
4-
([docs](https://github.com/espressif/esp-box)) which receives JPEG camera images
4+
([docs](https://github.com/espressif/esp-box)) which receives an MJPEG camera stream
55
from the [camera-streamer app](https://github.com/esp-cpp/camera-streamer) over
66
WiFi and displays them on the screen.
77

@@ -16,9 +16,8 @@ SPI) running on a ESP32-S3.
1616

1717
This sample has two main tasks:
1818

19-
1. Receiver task, which runs a TCP server that receives jpeg image packets
20-
(whicha have an 8-byte header which includes image length) and puts them into
21-
a queue.
19+
1. RTSP client that receives mjpeg frames split into RTP packets, turns them
20+
back into JPEG images, and pushes them into a queue.
2221
2. Display task, which pulls image data from the queue, decodes the jpeg, and
2322
displays it on the screen.
2423

0 commit comments

Comments
 (0)