fetch message from AWS Iot greengrass component

0

I would like to develop an video detection application that can let user to choose for cloud computing or edge computing. How can I fetch the MQTT message from greengrass?

已提問 1 年前檢視次數 230 次
1 個回答
0

Hello, I'm not sure I get the whole picture here, but I'm assuming that you are planning to have a video detection app in an edge device (probably raspberry pi) with some ML inference capability deployed on Greengrass. If the user prefer edge computing, where the image captured will be analyzed locally without sending it to cloud services, you can use AWS IoT Core to receive the mqtt message from the edge device as seen in this documentation : [https://docs.aws.amazon.com/iot/latest/developerguide/connecting-to-existing-device.html]. Let say if a particular object detected, your device will send an mqtt message to IoT Core, and trigger a workflow.

AWS
Frank
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南