File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 11# camera-display
22
33Example 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
55from the [ camera-streamer app] ( https://github.com/esp-cpp/camera-streamer ) over
66WiFi and displays them on the screen.
77
@@ -16,9 +16,8 @@ SPI) running on a ESP32-S3.
1616
1717This 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.
22212 . Display task, which pulls image data from the queue, decodes the jpeg, and
2322 displays it on the screen.
2423
You can’t perform that action at this time.
0 commit comments