fustyles / Arduino

389 stars 287 forks source link

Esp32-cam base64 Mqtt #5

Open huukhoa1412 opened 4 years ago

huukhoa1412 commented 4 years ago

Hi,

First of all. Congrats for your work. I’m not sure if this is the right place to put this comment. I am using your base64 code to convert image from esp32-cam to base64 code. Publish to MQTT. But I failed. Serial.println (imageFile); I see base64 code When Publish "imageFile" on it is empty

I hope you can help me how to do it. Thank you for your time.

huukhoa1412 commented 4 years ago

image image

fustyles commented 4 years ago

I consider that the length of base64 string is too large to publish.