Uploading images of ESP32 CAM on MQTT server

Hey, Can anyone help me with a my problem by a detailed guidance. I want to send the captured images using esp32 CAM Module to my mqtt server. I tried different codes they work fine i mean with no errors. But the image string is not published on the cloud. That can be checked when I subscribe to the same topic. Smaller Strings are published but problem occurs with the image string captured.

Does your MQTT server allow the content to be of any size? Does it allow binary content?
Typically an MQTT server is a bad choice to transfer an image. You don't lend a Smart Fortwo if you want to move a flat, although you can do it if you have a lot of patience and don't care for laws.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.