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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ