From 42126983175c3b2c1ed2573f90dbb0378805bfdc Mon Sep 17 00:00:00 2001
From: Alan <60433566+alanesq@users.noreply.github.com>
Date: Sat, 17 May 2025 08:35:47 +0100
Subject: [PATCH] Update README.md
---
README.md | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 8c985fa..857c1c6 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,11 @@
## ESP32Cam-demo sketch for use with the Arduino IDE
-Note: the new v3 of the esp32 board manager has kindly changed a lot of stuff resulting in a lot of sketches no longer working :-(
-I have now updated the sketch to work with both. [more info here](https://docs.espressif.com/projects/arduino-esp32/en/latest/migration_guides/2.x_to_3.0.html)
-
-
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 as a motion sensing security camera [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)
+I also have nice mutli camera viewer HTML file which allows resizing and zooming of the camera images (created by ChatGPT) [link here]([https://github.com/alanesq/esp32cam-demo/tree/master/Misc/motionDetect](https://github.com/alanesq/esp32cam-demo/blob/master/Misc/multiCameraViewer.htm))
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