Page 1 of 1

image from ESP32 to FIrebase

Posted: Tue Feb 19, 2019 11:46 pm
by neyshaic
I am constructing a project that involves the use of a camera an ESP32 and a mobile application.

The concept would be that the camera will capture an image save it onto SD card send the image to the ESP32 and somehow have it be stored in Firebase so that I may see the image on my mobile device.

Is this possible?

I have a Mega that can be used to process the image if the build it processor in the ESP32 is not good enough.

How will I be able to get the picture into firebase? the camera will be a hand free device only device so I will not have the use of a PC/Mac.

What may be some alternatives to achieve the same concept?

Re: image from ESP32 to FIrebase

Posted: Mon May 06, 2019 2:39 am
by ESP_@In逍遥子
Hi,
This is possible.You can refer to this example.