From fed3f3b1d6b00b91ee9145926a5b71f0d001a780 Mon Sep 17 00:00:00 2001 From: Alan <60433566+alanesq@users.noreply.github.com> Date: Wed, 1 Nov 2023 08:43:30 +0000 Subject: [PATCH] Update README.md --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 758eaed..a56a598 100644 --- a/README.md +++ b/README.md @@ -42,11 +42,8 @@ I find I have to use the lowest serial upload speed or it fails (Select 'ESP32 d make sure PSRam is enabled). The wifi can be very poor whilst in the motherboard (I find this happens if you have something near the antenna on the esp32cam modules) but if I rest my thumb above the antenna I find the signal works ok). -There is also now a esp32cam with built in USB available called the "ESP32-CAM-CH340" which has built in USB this also seems to struggle -with Wifi in a similar way. -Many of the ebay listing include an external antenna and I would suggest this would b a good option if ordering one. -So they are far from perfect but still for the price I think well worth having. - +There is also now a esp32cam with built in USB available called the "ESP32-CAM-CH340" +Many of the ebay listing include an external antenna and I would suggest this would be a good option if ordering one. I have tried to make the sketch as easy to follow/modify as possible with lots of comments etc. and no additional libraries used, as I found it quiet confusing as an amateur trying to do much with this module and difficult to find easy to understand @@ -144,7 +141,7 @@ https://github.com/alanesq/CameraWifiMotion When streaming video these units can get very hot so if you plan to do a lot of streaming this is worth checking to make sure it is not going to over heat. -You can see a demo of accessing greyscale image data here: +You can see a demo of accessing grayscale image data here: https://github.com/alanesq/esp32cam-demo/blob/master/Misc/esp32camdemo-greyscale.ino A very impressive sketch here which can record AVI video to sd card - https://github.com/mtnbkr88/ESP32CAMVideoRecorder