Send video from ESP32 Cam to another ESP32 Cam

Viewed 24

I'm trying to receive a stream generated by an ESP32 Cam on another one in order to have both Camera flow in a single stream. The problem is that I don't know how to get the stream data on my second ESP32.

I was thinking about http GET/POST method but it seems that stream are not manage this way. Sending data from an ESP to other one over serial is also an option.

Thank you for your help.

0 Answers
Related