I would like to have to enter user and password before one can see ESP32 cam video.
How can I do this? Is there code out there? Tnx
1 Answers
Hi Ray.
Unfortunately, I don’t have any example about that.
A simple way to do that would be to set the ESP32-CAM as an access point and then, require a password to connect to its network.
You can learn how to set the ESP32-CAM as an access point here: https://randomnerdtutorials.com/esp32-cam-access-point-ap-web-server/
Regards,
Sara