Page 1 of 1

esp32 with built-in camera and sd card

Posted: Mon May 20, 2019 5:56 pm
by Tom_123
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

Re: esp32 with built-in camera and sd card

Posted: Mon May 20, 2019 6:35 pm
by Roberthh
There is a sd card driver in the standard firmware package, but no camera driver.

Re: esp32 with built-in camera and sd card

Posted: Sun Jun 02, 2019 2:57 pm
by newb
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

Re: esp32 with built-in camera and sd card

Posted: Wed Jun 05, 2019 2:21 pm
by newb
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 9676 times

Re: esp32 with built-in camera and sd card

Posted: Sun Jun 16, 2019 7:20 pm
by newb
All works now. I forgot to base64 encode the attached image :)

Re: esp32 with built-in camera and sd card

Posted: Mon Dec 27, 2021 9:26 am
by AlbertoR
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