diff --git a/README.md b/README.md index c61f8d6..eab7e6c 100644 --- a/README.md +++ b/README.md @@ -28,5 +28,12 @@ It will live stream video from the camera If you have an sd card inserted then accessing http://x/x/x/x/photo Will capture an image and save it to the sd card +URLs: +http://x.x.x.x/ Hello message +http://x.x.x.x/photo Capture an image and save to sd card +http://x.x.x.x/stream Show live streaming video +http://x.x.x.x/img Show most recent image saved to sd card +http://x.x.x.x/img?img=1 Show image number 1 on sd card + ----------------