kopia lustrzana https://github.com/alanesq/esp32cam-demo
Update README.md
rodzic
e391a49cf7
commit
4157b8559d
|
@ -1,6 +1,7 @@
|
|||
<h1>ESP32Cam-demo sketch for use with the Arduino IDE</h1>
|
||||
<p align="center"><img src="/images/esp32cam.jpeg" width="80%"/></p>
|
||||
|
||||
<pre>
|
||||
LATEST NEWS!!!
|
||||
There is now a very cheap motherboard available for the esp32cam which make it as easy to use as any other esp development board.
|
||||
Search eBay for "esp32cam mb" - see http://www.hpcba.com/en/latest/source/DevelopmentBoard/HK-ESP32-CAM-MB.html
|
||||
|
@ -9,7 +10,6 @@ So on esp32cam modules without this feature you have to plug the USB in whilst h
|
|||
also I find I have to use the lowest upload speed or it fails to upload. The wifi is 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). 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.
|
||||
|
||||
<pre>
|
||||
This can be used as a starting point sketch for projects using the esp32cam development board,
|
||||
it has the following features:
|
||||
-web server with live video streaming and control buttons
|
||||
|
@ -21,7 +21,7 @@ it has the following features:
|
|||
-PWM control of flash/illumination lED brighness implemented (i.e. to give brighness control)
|
||||
-Can read the image as RGB data (i.e. 3 bytes per pixel for red green and blue value)
|
||||
-Act as web client (reading the web page in to a string) - see requestWebPage()
|
||||
</pre>
|
||||
|
||||
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 ameteur trying to do much with this module and difficult to find easy to understand examples/explanations of what I wanted to do, so I am publishing this sketch in the hope it will encourage/help others to have a try with these powerful and VERY affordable modules.
|
||||
|
||||
BTW - Even if you do not require the camera I think these modules have some uses in many projects as they are very cheap, have a built in sd card reader,
|
||||
|
|
Ładowanie…
Reference in New Issue