ESP32 CAM Send Captured Image to Google Drive

Поділитися
Вставка
  • Опубліковано 4 сер 2024
  • Up to 20%-30% off for PCB & PCBA order:
    Only 0$ for 1-4 layer PCB Prototypes:
    www.nextpcb.com/?code=Htoeletric
    Register and get $100 from NextPCB:
    www.nextpcb.com/register?code...
    𝗣𝗿𝗼𝗷𝗲𝗰𝘁 𝗗𝗲𝘀𝗰𝗿𝗶𝗽𝘁𝗶𝗼𝗻:
    In this tutorial, we will be using ESP32-Cam Module to click pictures after any specific duration of time and upload it to a specific folder.
    This project is different as in this we will be using Google Drive API to upload images. We will require a specific client ID and password to access the folder in the Cloud.
    The project is completed in four major steps:
    • Writing code for ESP cam and uploading
    • Installing Python and all required libraries
    • Setting up the google drive API
    • Writing python code to upload the images
    Here we have used the ESP32-CAM module, which is a small camera module with the ESP32-S chip that costs approximately $10. Besides the OV2640 camera and several GPIOs to connect peripherals, it also features a microSD card slot that can be useful to store images taken with the camera.
    In this tutorial, we will go through its features, pins description, and the method to program this device using FTDI Module. Also, we will see the beginner guide on setting up Arduino IDE for the ESP32 Camera Module.
    Apart from this, we will also install Python and Libraries required; later go through the python code that we will be using.
    This is an essential tutorial as you will be able to use any sort of extra application for processing images say Machine learning or Image filtering and after that, you wish to store it on your computer as well as on Drive you can easily do that.
    𝗣𝗿𝗼𝗷𝗲𝗰𝘁𝘀 𝗟𝗶𝗻𝗸𝘀 & 𝗦𝗼𝘂𝗿𝗰𝗲 𝗖𝗼𝗱𝗲: how2electronics.com/how-to-se...
    ....................................................................................................................................................................................................................................
    Drop a like if you liked this video.
    Don't forget to subscribe to our channel for more Electronics projects and tutorials.
    Website: www.how2electronics.com
    Facebook: / how2electronics
    Instagram: / how2electronics
  • Наука та технологія

КОМЕНТАРІ • 39

  • @AKElectroTech
    @AKElectroTech 2 роки тому +1

    Great idea
    I recently bought esp32 cam module.

  • @ahmadseyfi8296
    @ahmadseyfi8296 Рік тому +1

    Hi, sorry, I don’t understand the point of using a WiFi enabled camera, if there is a need for a laptop to upload files to google drive. We could just use a USB camera connected to the laptop. What’s the advantage of using ESP32 if it can’t independently upload images?

  • @cherifouro-wassara989
    @cherifouro-wassara989 2 роки тому +1

    Very useful tutorial
    Thanks

  • @afzdhalmirzabinuzainistude5281

    how can i send images capture by esp32 camera to google drive automatically??
    does i have to find a different connection from esp32 camera to source power??

  • @jiaans6076
    @jiaans6076 2 роки тому

    Is that possible to use cloud storage instead or other gcp storage option?

  • @user-re1sj4dx9s
    @user-re1sj4dx9s 2 місяці тому

    If i want to additional ultrasonic sensor to instruct esp32 cam take photo, what should we do?

  • @infinitegaming2897
    @infinitegaming2897 2 роки тому

    Awesome video

  • @chilldeen4590
    @chilldeen4590 5 місяців тому

    can i use esp32-cam-mb instead of the ftdi programmer used in the video?

  • @rehan_alammmblogs
    @rehan_alammmblogs 2 роки тому

    Nice 👍

  • @sabarishbabutg6519
    @sabarishbabutg6519 3 місяці тому

    Is this code only connect to the router? Not connect for mobile hotspot

  • @TechnicalidEas07
    @TechnicalidEas07 2 роки тому

    Great ❤️

  • @ErdemYldrmer
    @ErdemYldrmer Рік тому +3

    😤Video Caption is misleading😤You are not explaining how to send an image from ESP32 to GDrive. You are simply using the ESP as an wireless cam. All the heavy stuff is running on PC. This is not what I'm here for.😖

  • @rathitechform6925
    @rathitechform6925 2 роки тому +2

    Error :- A connection attempt failed because the connected party did not properly response after a period of time.

  • @ChupoCro
    @ChupoCro Рік тому +8

    It's more useful to skip the computer and to upload the images directly from ESP32 to Google Drive. That way ESP32 can be at a location where there isn't a computer.

    • @hustler7006
      @hustler7006 Рік тому

      How can we do that?.... Please guide me

  • @NathanCroucher
    @NathanCroucher 2 роки тому

    Can this store video to google, like proper security camera?

  • @janarthanandayalan
    @janarthanandayalan 4 місяці тому

    I'm getting an error as Invalid client server file

  • @udayasai2193
    @udayasai2193 10 місяців тому

    After authentication it showing authentication successful
    But cam is not turning on and pictures weren't taken
    Reply needed asap

  • @phaobi
    @phaobi 2 роки тому

    tooo good....thanks a lot.....

  • @SUSMITRUDRA
    @SUSMITRUDRA 2 роки тому +2

    Error is coming while running the python code. Please help.
    Error : ModuleNotFoundError: No module named 'pydrive'

    • @phutthakhunchanthakulkit8075
      @phutthakhunchanthakulkit8075 2 роки тому

      Same here. I fixed it by installing Pydrive in the same way as installing numPy. Open cmd, then type: pip install pydrive. But I'm not sure if this is the best way to go about it.

  • @eeseow1251
    @eeseow1251 2 роки тому

    Hi is it the controller must connect with laptop to perform google drive function?
    can it sepearte as a wireless connect with build in battery?

    • @HowtoElectronics
      @HowtoElectronics  2 роки тому

      Its a wireless system connected to Google drive cloud. No need to connect to laptop. Just power it.

    • @eeseow1251
      @eeseow1251 2 роки тому

      @@HowtoElectronics Ohhh I see thank you so much for sharing the knowledge and really appreciate it !

    • @eeseow1251
      @eeseow1251 2 роки тому

      ​@@HowtoElectronics Hi, when I disconnect the usb microcontroller from the laptop and power it separately, the python file getting error and the live transmission window show error. Is it have any solutions?

  • @afzdhalmirza4854
    @afzdhalmirza4854 Рік тому

    error compiling for board esp32 wrover module
    how can i fix this??
    please do reply,i need help for mt final year project

  • @Makerfabs
    @Makerfabs 2 роки тому

    👏👏👏👏👏👏👏

  • @parzival1187
    @parzival1187 Рік тому

    what's your python editor?

    • @SuperCrazyfatGuy
      @SuperCrazyfatGuy Рік тому

      Python IDE, the native one when you freshly install python

  • @yogeshitaliya473
    @yogeshitaliya473 2 роки тому

    😍😍😍😍😍

  • @flyingsaviour65
    @flyingsaviour65 2 роки тому +2

    How about uploading the image after every second automatically without pressing k button

    • @necatitas7375
      @necatitas7375 2 роки тому

      Dude can u find the any code for this problem ?

    • @srgplay4526
      @srgplay4526 Рік тому

      ​@@necatitas7375did u?

  • @hendricoajey8865
    @hendricoajey8865 Рік тому

    Error compiling for board ESP32 Wrover Module.

    • @afzdhalmirza4854
      @afzdhalmirza4854 Рік тому

      how do you fix it
      did you found a way to fix this,as im also encounter the same problem

    • @aryanmanjarekar2784
      @aryanmanjarekar2784 Рік тому

      @@afzdhalmirza4854 Same Problem

  • @user-xt6lz7km8k
    @user-xt6lz7km8k Рік тому

    E (138) cam_hal: cam_dma_config(300): frame buffer malloc failed
    E (138) cam_hal: cam_config(384): cam_dma_config failed
    E (139) camera: Camera config failed with error 0xffffffff
    CAMERA FAIL pls help me

  • @mramzadg
    @mramzadg 2 роки тому

    Awesome video