From a60617aa3dd34ecc43d0b011673fb1456a685868 Mon Sep 17 00:00:00 2001 From: Deimos1994 <31592485+Deimos1994@users.noreply.github.com> Date: Mon, 11 Jan 2021 08:41:58 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 63fb0c4..5ffbb7b 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Uncomment these lines to set static IP: WiFi.config(ip, gateway, subnet, dnsAdrr); ``` -Camera available via IP ex. http://192.168.X.X +Camera available via IP ex. http://192.168.X.X/esp32_cam_main Additional features that I added: 1. Wi-Fi signal level go to: http://192.168.X.X/signal @@ -29,3 +29,7 @@ Other stuff: Stream URL: http://192.168.X.X:81/esp32_cam_stream Get photo URL: http://192.168.X.X/esp32_cam_capture + +P.S. I modified URLs, so just knowing the IP of the camera will not give you a video. +Before it was http://192.168.X.X +Now it is http://192.168.X.X/esp32_cam_main