You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the ArduCAM_ESP8266_UNO_Capture example. I am using ARDUCAM 0V5642 to capture pictures and have integrated it with the ESP8266_UNO. I got the sketch to work and perform /capture and /stream to the IP address. However, instead of posting to a webpage. I am trying to convert the image into a Base64 format and post it as a payload to a server. Can anyone share the portion of the code pertaining to converting the image to Base64? I tried including the Base64 and rBase64 libraries that I found online, but neither of them worked for me.
Thanks!
The text was updated successfully, but these errors were encountered:
I am using the ArduCAM_ESP8266_UNO_Capture example. I am using ARDUCAM 0V5642 to capture pictures and have integrated it with the ESP8266_UNO. I got the sketch to work and perform /capture and /stream to the IP address. However, instead of posting to a webpage. I am trying to convert the image into a Base64 format and post it as a payload to a server. Can anyone share the portion of the code pertaining to converting the image to Base64? I tried including the Base64 and rBase64 libraries that I found online, but neither of them worked for me.
Thanks!
The text was updated successfully, but these errors were encountered: