How to use the ESP32-CAM and MicroPython

Поделиться
HTML-код
  • Опубликовано: 5 сен 2024

Комментарии • 27

  • @mmshilleh
    @mmshilleh  9 месяцев назад +1

    Consider donating if I saved you time! www.buymeacoffee.com/mmshilleh
    Also, a reminder an interactive version can be downloaded on Razzl -> share.razzl.com/hMLn

  • @robdriessen7675
    @robdriessen7675 8 месяцев назад +1

    interesting and timewise aligned with a plan to play around with a esp32-cam icm with a bunch of RPI Pico's. Regrettably, I cannot get your approach to work for me. All steps are fine (no errors, that is) but after loading the firmware, I cannot connct to the device: Thonny does see it, not by specified com-port or otherwise. Tried various options, combine connecting with pushing the IOO / RST buttons on the MB but to no avail. As I can use ESPTOOL to - for example - read the MAC of the device, the device is clearly "alive". Tried all three images provided. nb. I noted that the Micropython community has created a pull-request to add the ESP32-CAM to their range of supported devices; that will simplify getting access to Micropython. Thanks for your video; much appreciated !

    • @mmshilleh
      @mmshilleh  8 месяцев назад

      Yes, I think on my friends Windows machine I could not get it to work sadly. Tried everything with no luck, sorry to disappoint everyone but didn't expect it to fall short on another bizarre operating system. Thanks for your comment buddy!

  • @davidbonfim9009
    @davidbonfim9009 27 дней назад +1

    Can't make it work errors in thonny won't communicate says it is busy, already tried in 2 boards with different chip identification one is esp32-D0WD-V3 (revision 3.1)
    And another esp32-D0WDQ6 ( revision 1.0)
    Any advices ??? I already tried almost everything

    • @mmshilleh
      @mmshilleh  25 дней назад

      Might work better on a macbook, do you have that?

    • @davidbonfim9009
      @davidbonfim9009 24 дня назад

      @@mmshilleh thanks for your support on this matter... sorry, I don't have a macbook but I'll try to get one to test it... thanks for the suggestion

  • @mattkojetin8198
    @mattkojetin8198 9 месяцев назад

    Thank you. Great content.

    • @mmshilleh
      @mmshilleh  9 месяцев назад

      Your supportive comments are always appreciated buddy! Thanks

  • @anthonyrussano
    @anthonyrussano 9 месяцев назад +1

    thank you. i have a bunch of these and I hate the arduino ide

    • @mmshilleh
      @mmshilleh  9 месяцев назад

      Yes so do I honestly haha

  • @OlegTkhor
    @OlegTkhor 5 месяцев назад +1

    Have you tried to stream with esp 32 and micropython? Will it work smooth? Or stream will be to slow?

    • @mmshilleh
      @mmshilleh  5 месяцев назад

      Yeah thats not possible! Its not fast enough sadly

  • @232nate
    @232nate 8 месяцев назад +1

    Why is the custom firmware needed? Can't this all be handled with Micropython.

    • @mmshilleh
      @mmshilleh  8 месяцев назад

      This is MicroPython, not all versions of it can be uploaded to this controller!

    • @232nate
      @232nate 8 месяцев назад

      I thought the version on Micropython would be the best version to use. Thank you for the reply

  • @andresgaldamez3074
    @andresgaldamez3074 4 месяца назад +1

    Why is my image file saying it is empty? Is anyone else having this issue?

    • @mmshilleh
      @mmshilleh  4 месяца назад

      Not sure, could be hardware my friend

  • @ovmov3321
    @ovmov3321 4 месяца назад

    I made everything exactly as on the video
    but
    when I run the code I receive "OSError: Camera Init Failed"
    This is second esp32-cam, so the problem with device excluded
    what can be wrong?

    • @mmshilleh
      @mmshilleh  4 месяца назад

      Are you on a windows machine? Could be the issue lol

    • @ovmov3321
      @ovmov3321 4 месяца назад +1

      @@mmshilleh no no macos

    • @mmshilleh
      @mmshilleh  4 месяца назад

      @@ovmov3321 that is weird, are you sure you used the correct driver? There is more than one in the repo

    • @ovmov3321
      @ovmov3321 4 месяца назад

      @@mmshilleh 100000% and I tried several times each of them
      I struggling with it third day) I tried everything 😂

    • @ovmov3321
      @ovmov3321 4 месяца назад

      @@mmshilleh is it possible to contact with you directly? maybe you will find out what I'm missing?

  • @future_is_better
    @future_is_better 6 месяцев назад +1

    how to use opencv in micropython

    • @mmshilleh
      @mmshilleh  6 месяцев назад

      I wouldn't even try and do that not enough compute, you can barely get a camera to stream video on this thing. I would say that is not possible

    • @abhinavram7920
      @abhinavram7920 5 месяцев назад

      @@mmshilleh So if video streaming is out of the question, I can still send the captured image to a lightwight image captioning model to figure out what's in it? Perhaps I could get to send a signal to capture more photos on demand...