esp-cam - send buffer over MQTT
Posted: Fri Feb 10, 2023 5:26 am
Hello,
Yes - I know this is a silly way to do this - but I have an esp32-cam and I'm using ESP-IDF.
It looks like ESP-MQTT is only able to send char*. What is the best way to encode an esp32-camera frame buffer (jpeg) to a char* to send via mqtt? (I'll decode with python)
Yes - I know this is a silly way to do this - but I have an esp32-cam and I'm using ESP-IDF.
It looks like ESP-MQTT is only able to send char*. What is the best way to encode an esp32-camera frame buffer (jpeg) to a char* to send via mqtt? (I'll decode with python)