Search found 2 matches

by travisstdenis
Sun Jan 14, 2024 5:19 pm
Forum: ESP8266
Topic: Uploading image to Google Drive (adapting esp32-Cam example)
Replies: 2
Views: 42028

Re: Uploading image to Google Drive (adapting esp32-Cam example)

What I need is a new function that replaces the ESP32-CAM function fb->buf. How can I create an image file buffer (which is what I assume fb->buf does) that is then used to Base64 encode later on?
by travisstdenis
Fri Jan 12, 2024 10:58 pm
Forum: ESP8266
Topic: Uploading image to Google Drive (adapting esp32-Cam example)
Replies: 2
Views: 42028

Uploading image to Google Drive (adapting esp32-Cam example)

The aim of my project is to take a screen capture of a TFT and upload it to Google Drive. I am using the FeatherWing 3.5" with onboard SD and Feather Huzzah esp8266. I have all the code worked out to take and make the image and am now trying to adapt an espCam project that uploads, however, I'm runn...