From 5211f88ce1199aecc5159d8f45481521aa7e48b5 Mon Sep 17 00:00:00 2001
From: Alan <60433566+alanesq@users.noreply.github.com>
Date: Wed, 2 Apr 2025 09:21:27 +0100
Subject: [PATCH] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 7d04008..8c985fa 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ I have now updated the sketch to work with both. [more info here](https://docs
I show in this sketch how to use the esp32cam as easily as possible. Everything I learn I try to add to it, please let me know if you have anything which you think can be added or changed to improve it - I am not a professional programmer so am sure there is plenty of room for improvement...
This sketch has got a bit larger than I anticipated but this is just because it now has so many individual demonstrations of ways to use the camera, I have tried to make each part as easy to follow as possible with lots of comments etc..
-In fact I actually use this sketch for most of my projects. The /jpg url is very handy for external apps to grab images, e.g. I have created a Processing sketch which works very well for motion sensing [link here](https://github.com/alanesq/esp32cam-demo/tree/master/Misc/motionDetect)
+In fact I actually use this sketch for most of my projects. The /jpg url is very handy for external apps to grab images, e.g. I have created a Processing sketch which works very well as a motion sensing security camera [link here](https://github.com/alanesq/esp32cam-demo/tree/master/Misc/motionDetect)
The camera is not great quality and very poor in low light conditions but it is very cheap (around £5 each if buying several) and I think has lots of potential for interesting applications.
This sketch is just a collection of all I have discovered/learned in the process of using them myself