About the server and ESP32CAM stream
Posted: Sun Nov 06, 2022 4:01 am
by lladam
Hi all.
there are two servers:
cameraserver() vs asyncwebserver() as I known, my question are:
1. whats the different between them;
2. which one is better for ESP32CAM stream;
thanks
adam
Re: About the server and ESP32CAM stream
Posted: Sun Nov 06, 2022 7:02 am
by bidrohini
For video streaming, cameraserver must be used. I think the difference in the application of these two libraries can be understood from the following two examples.
https://randomnerdtutorials.com/esp32-c ... assistant/
https://randomnerdtutorials.com/esp32-a ... r-library/
Re: About the server and ESP32CAM stream
Posted: Sun Nov 06, 2022 4:13 pm
by lladam
Thanks.
If we use cameraserver() set a ESP32CAM as server, can it connect to a client ESP32CAM and how to set please.
I set another one ESP32CAM that logged in the cameraserver() at which's ssid/pw, made IP conflicted and seems both of them works as server not one server one client.
Best.