esp32 with built-in camera and sd card

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
Tom_123
Posts: 3
Joined: Tue Oct 30, 2018 2:34 pm

esp32 with built-in camera and sd card

Post by Tom_123 » Mon May 20, 2019 5:56 pm

Hello,
there is new ESP32 board with built-in camera and sd card :

https://www.banggood.com/Geekcreit-ESP3 ... rehouse=CN

https://www.youtube.com/watch?v=q7Z_XnBYFhY

does micropython have some module for this card options ?

regards,
Tom

User avatar
Roberthh
Posts: 3667
Joined: Sat May 09, 2015 4:13 pm
Location: Rhineland, Europe

Re: esp32 with built-in camera and sd card

Post by Roberthh » Mon May 20, 2019 6:35 pm

There is a sd card driver in the standard firmware package, but no camera driver.

newb
Posts: 43
Joined: Wed Jan 10, 2018 8:19 pm
Location: Bulgaria

Re: esp32 with built-in camera and sd card

Post by newb » Sun Jun 02, 2019 2:57 pm

It seems there is one from a couple of weeks :) Just found it and I'm about to test it.

https://github.com/tsaarni/esp32-micropython-webcam

newb
Posts: 43
Joined: Wed Jan 10, 2018 8:19 pm
Location: Bulgaria

Re: esp32 with built-in camera and sd card

Post by newb » Wed Jun 05, 2019 2:21 pm

I've got this strange picture, when using the driver.
Does anyone know what could cause this? My module seems to be the same as the one the driver author was using (judging by the picture in the repo).

I'm emailing the picture as a attachment, using this uMail https://github.com/shawwwn/uMail
cam.jpeg
cam.jpeg (153.95 KiB) Viewed 9670 times

newb
Posts: 43
Joined: Wed Jan 10, 2018 8:19 pm
Location: Bulgaria

Re: esp32 with built-in camera and sd card

Post by newb » Sun Jun 16, 2019 7:20 pm

All works now. I forgot to base64 encode the attached image :)

AlbertoR
Posts: 4
Joined: Mon Dec 27, 2021 8:16 am

Re: esp32 with built-in camera and sd card

Post by AlbertoR » Mon Dec 27, 2021 9:26 am

I need to send a jpg attachment but do not know how to do! Are you so kind to share your micropyton code, since you did it with success?

Thank you in advance anyway.

Alberto

Post Reply