🤖Have you ever tried Chat.M5Stack.com before asking??😎
    M5Stack Community
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    ArduCAM on ESP32

    PROJECTS
    1
    2
    11.1k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • RopR
      Rop
      last edited by

      This camera:

      https://www.amazon.com/Arducam-Module-Megapixels-Arduino-Mega2560/dp/B012UXNDOY

      looks like it is very easy to hook up to an ESP32-based arduino:

      https://github.com/ArduCAM/ArduCAM_ESP32S_UNO

      1 Reply Last reply Reply Quote 0
      • RopR
        Rop
        last edited by

        This camera indeed works with the M5Stack, and is indeed very easy to hook up. This post is to document what I did.

        Simply buy the cam at the link supplied and hook it up with the pin-socket-wires that come with the camera as follows:

        0_1533130431253_IMG_1767.jpg

        0_1533130575218_IMG_1766.jpg

        Then clone https://github.com/ArduCAM/ArduCAM_ESP32S_UNO and copy the ArduCAM and ESP32WebServer libraries to your Arduino/libraries directory, add the client or AP data to the example script from the github (ArduCAM_ESP32S_UNO/libraries/ArduCAM/examples/ESP32/ArduCAM_ESP32_Capture/ArduCAM_ESP32_Capture.ino). Also make sure you uncomment #define OV2640_CAM and #define OV2640_MINI_2MP in the memorysaver.h file in the Arducam library dir, run the script and a webcam webserver works. (Surf to <ip>/stream or <ip>/capture).

        1 Reply Last reply Reply Quote 0
        • First post
          Last post