at their core this modules uses external RAM ([[#psram]] to buffer an ov2640 camera module that does jpeg at 10fps on-board. the external ram is not strictly necessary, but going fwd its the right way to go, beware of [[#M5Stack|modules]] without one
at their core this modules uses external RAM ([[#psram]] to buffer an ov2640 camera module that does jpeg at 10fps on-board. the external ram is not strictly necessary, but going fwd its the right way to go, beware of [[#M5Stack|modules]] without one
+
+
Note2: new modules in market are updated, make sure they carry [[#PSRAM]] chip
note: **current [[#M5Stack]] modules DO NOT come with the [[#PSRAM]] chip** and are limited in performance and by heat issues.\\
note: **current [[#M5Stack]] modules DO NOT come with the [[#PSRAM]] chip** and are limited in performance and by heat issues.\\
-
while the [[#M5Stack]] doesnt have the #PSRAM, out of the box it outputs a working image stream. unlike the [[#ESP32-CAM]]
-
modules tested\\
+
**modules tested**\\
-
[[#ESP32-CAM]] - <del>glitching ATM</del> the best ever!\\
+
[[#ESP32-CAM]] - <del>glitching ATM</del> works, but lacks heatsink\\
-
[[#TTGO T-Journal]] - comes with arduino support, works out of the box\\
+
[[#TTGO T-Journal]] - comes with arduino support, works out of the box, has a heatsink on the esp32.\\
-
[[#M5Stack]] - works out of box, lacks PSRAM\\
+
[[#M5Stack]] - works out of box, lacks PSRAM, lacks heatsink\\
spec gathered and formatted by [[https://www.cnx-software.com/2018/09/30/esp32-cam-esp32-camera-board/|cnx-software]], check his [[https://www.facebook.com/cnxsoft|feed]] for the latest in embedded open designs
+
interesting, might be a seeedstudio design, but [[https://www.seeedstudio.com/ESP32-CAM-Development-Board(with-camera)-p-3153.html|abandoned]] [[https://i.imgur.com/yh3N2eL.png|(cache)]].
+
+
*[[https://item.taobao.com/item.htm?id=573698917181|AI-thinker]] offical store on taobao
#if you didnt pull the submodules run $ git submodule update --init
+
cd esp/esp-who/examples/single_chip/camera_web_server/
+
+
+
# change camera module to ai-thinker in sdkconfig
+
# also change port to /dev/ttyUSB0 or whatever is yours.
+
#
+
# Camera Pins
+
#
+
CONFIG_CAMERA_MODEL_WROVER_KIT=
+
CONFIG_CAMERA_MODEL_M5STACK_PSRAM=
+
CONFIG_CAMERA_MODEL_AI_THINKER=y
+
CONFIG_CAMERA_MODEL_CUSTOM=
+
CONFIG_ESP_FACE_DETECT_ENABLED=y
+
CONFIG_ESP_FACE_RECOGNITION_ENABLED=y
+
#now compile and flash
+
make menuconfig
+
make flash
+
+
{{:pasted:20181219-220415.png}}
==== M5Stack ====
==== M5Stack ====
-
M5Stack host it's [[https://m5stack.github.io/m5-docs/#/en/product_documents/units/unit_m5camera|product page]] on github and on [[http://m5stack.com/|their]] site.
+
[[http://m5stack.com/|M5Stack]] host it's [[https://m5stack.github.io/m5-docs/#/en/product_documents/units/unit_m5camera|product page]] on github .
M5Stack warn not to use the cam module for extended time as "{{m5camera_02.jpg?linkonly|it might over heat"}}!\\
M5Stack warn not to use the cam module for extended time as "{{m5camera_02.jpg?linkonly|it might over heat"}}!\\
Line 82:
Line 159:
*[[https://www.amazon.es/gp/product/B07F2DNX6M/r| ES seller AMZ]] -19eu
*[[https://www.amazon.es/gp/product/B07F2DNX6M/r| ES seller AMZ]] -19eu
+
===getting image===
+
comes with working demo code: [[https://github.com/m5stack/esp32-cam-demo|github]]
-
==== ESP32-CAM ====
+
watch their github [[https://github.com/m5stack/m5stack-cam-psram|m5stack-cam-psram]]
-
{{ :pasted:20181128-003945.png?direct&400}}
+
-
[[https://shop72165205.world.taobao.com|AI-thinker]] has
+
-
[[https://github.com/donny681/ESP32_CAMERA_QR|released]] a QR-code reading example.
+
-
+
-
+
-
<html>
+
-
<ul><li>Wireless Module- ESP32-S WiFi 802.11 b/g/n + Bluetooth 4.2 LE module with PCB antenna, u.FL connector, 32Mbit SPI flash, 4MBit PSRAM</li>
+
-
<li>External Storage – micro SD card slot <strong>up to 4GB</strong></li>
+
-
<li>Camera
+
-
<ul><li>FPC connector</li>
+
-
<li>Support for OV2640 (sold with board) or OV7670 cameras</li>
+
-
<li>Image Format – JPEG( OV2640 support only ), BMP, grayscale</li>
+
-
<li>LED flash light</li>
+
-
</ul></li>
+
-
<li>Expansion – 16x through-holes with UART, SPI, I2C, PWM</li>
+
-
<li>Misc – Reset button</li>
+
-
<li>Power Supply – 5V via pin header</li>
+
-
<li>Power Consumption
+
-
<ul><li>Flash LED off – 180mA @ 5V</li>
+
-
<li>Flash LED on to maximum brightness- 310mA @ 5V</li>
spec gathered and formatted by [[https://www.cnx-software.com/2018/09/30/esp32-cam-esp32-camera-board/|cnx-software]], check his [[https://www.facebook.com/cnxsoft|feed]] for the latest in embedded open designs
+
-
interesting, might be a seeedstudio design, but [[https://www.seeedstudio.com/ESP32-CAM-Development-Board(with-camera)-p-3153.html|abandoned]] [[https://i.imgur.com/yh3N2eL.png|(cache)]].
+
-
+
-
*[[https://item.taobao.com/item.htm?id=573698917181|AI-thinker]] offical store on taobao