Can I see the inference results of AWS Panorama with live streaming on my phone?

0

I was wondering if there is a way to check the real-time inference results of AWS Panorama on mobile.

1 回答
2
已接受的回答

Hi,

In Panorama you can build your own applications. For example you could send the inference results to an MQTT topic, which can then be subscribed to from a mobile app and shown to the user.

For example you could modify the sample app and add such logic after you have obtained the label from the prediction https://github.com/awsdocs/aws-panorama-developer-guide/blob/3de35bd75d3fdae3e0d6fb3d62b22fe99db99f12/sample-apps/aws-panorama-sample/packages/123456789012-SAMPLE_CODE-1.0/application.py#L128.

MQTT is just an example. The application running in Panorama can call any AWS service as explained in the documentation https://docs.aws.amazon.com/panorama/latest/dev/applications-awssdk.html

Cheers,

Massimiliano

AWS
专家
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则