edgexfoundry / device-mqtt-go

Owner: Device WG
Apache License 2.0
41 stars 73 forks source link

jpeg images send to edgex #670

Open nbenhur opened 3 months ago

nbenhur commented 3 months ago

I wanted to send images jpeg format which is taken by embedded boards like raspberry pi and esp32-cam to edgex via devicemqtt using mqtt protocol. Can you tell the process of doing it. From edgex those images are sent to AI/ML applications.

jiekechoo commented 3 months ago

What kind of AI/ML application? What is its interface? Give me more details, please.

cloudxxx8 commented 3 months ago

MQTT Device Service doesn't support the binary data for now. Also, it's not a good idea to send the large binary data via MQTT protocol.