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 Answer
2
Accepted Answer

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
EXPERT
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions