element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Arduino
  • Products
  • More
Arduino
Arduino Forum Esp32 cam
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Arduino to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Not Answered
  • Replies 3 replies
  • Subscribers 388 subscribers
  • Views 2750 views
  • Users 0 members are here
  • esp32
Related

Esp32 cam

Malakian
Malakian over 2 years ago

Hello,

I'm asking for your help about the esp32 cam module.

My aim is to use a little camera in my garden et watch the stream through MotionEye.

The problem comes from the esp32 cam module.

To be honest, I thought it will be easy by watching tutorials but in fact it is not.

I bought a set of two. They are from Diymore brand.

Chip Info:
 - Chip Family: ESP32
 - Chip Model: ESP32-D0WDQ5-V3 (revision 3)
 - Number of Cores: 2
 - Max CPU Frequency: 240MHz
 - Has Bluetooth: YES
 - Has Embedded Flash: NO
 - Has Factory-Calibrated ADC: YES

My approach is described below.

1) Connect the esp32 cam to a programming interface (it was sold with the module)
2) Connect all to an usb port of my pc
3) Download the firmware tasmota32-webcam.bin
4) Launch the ESP_Flasher software
5) Install the firmware on the esp32 cam
6) Connect the pc to the esp32 cam access point
7) Go to esp32 cam page (192.168.4.1)
8) Fill in the domestic wifi parameters
9) Connect to the esp32 cam via the domestic wifi network
10) Go to "Configure other"
11) Change the template by the one fond on templates.blakadder.com/ai-thinker_ESP32-CAM.html
12) Activate and save
13) Relaunch the esp32 cam

I can do all theses operations but if I use the last firmware version (12.5.0), I have no video from the camera (0 fps).

I I use another firmware version (12.4.0), I can have a video from the camera but it freezes in a very few time or the frame rate is very low (1 fps).
Moreover, I have no video settings possibilities on the module web interface while it can be done on the tutorials I saw.

Can someone help me to make it work ?

Subsidiary question : I managed to flash on windows but it's impossible on Ubuntu, I can not get the port.

  • Sign in to reply
  • Cancel

Top Replies

  • dougw
    dougw over 2 years ago +1
    It looks like a standard ESP32 cam. You could try the Arduino approach... https://all3dp.com/2/esp32-cam-arduino-tutorial/
Parents
  • shabaz
    0 shabaz over 2 years ago

    The ESP32 doesn't have any video interface, nor any video acceleration features. I don't know what your expectation is, but very low frame rate sounds pretty reasonable depending on if the resolution is set high or if whatever else the software is doing is resource-intensive. It's a $9.99 board. It's never going to be very good compared to a normal streaming camera (which will compress the data using modern protocols).

    Regarding:

    " I use the last firmware version (12.5.0), I have no video from the camera (0 fps)."

    This too is normal if you're using pre-built firmware, unless you use identical hardware to what the author did. That's the problem with pre-built firmware.

    Regarding "I use another firmware version (12.4.0), I can have a video from the camera but it freezes in a very few time or the frame rate is very low (1 fps"

    That's due to the firmware again. You're using pre-built firmware, you'd need to talk to the author to find out precisely what hardware they used; what manufacturers sell may have subtly changed! Or, there may be bugs in the firmware. There's nothing you can do about that if you can't debug and rebuild it yourself.

    I'd also like to mention that most ESP32 projects are documented very poorly (I have not checked the one you're referring to), which is unfortunate given how good the ESP32 is as a device (albeit not for video! it has no video features). You'd do better to use a different board, such as a Pi, which will have better documented projects.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Malakian
    0 Malakian over 2 years ago in reply to shabaz

    Hello Shabaz,

    Thank you for your answer.

    I understand I can not expect a great result but I think 0 or 1 fps is not what you can expect from the esp32 if I follow the tutorials I have seen Slight smile

    On these tutorials, everyone use Pre-built firmwares.

    Maybe I made mistakes with procedures or the hardware I use could have issues but I don't know the esp32 cam enough to be sure.

    That's why I'm asking help.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • Malakian
    0 Malakian over 2 years ago in reply to shabaz

    Hello Shabaz,

    Thank you for your answer.

    I understand I can not expect a great result but I think 0 or 1 fps is not what you can expect from the esp32 if I follow the tutorials I have seen Slight smile

    On these tutorials, everyone use Pre-built firmwares.

    Maybe I made mistakes with procedures or the hardware I use could have issues but I don't know the esp32 cam enough to be sure.

    That's why I'm asking help.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube