question

ZhuHaitao-3755 avatar image
0 Votes"
ZhuHaitao-3755 asked asergaz answered

Message control between the Percept Kit and Azure IoT hub

I setup a Percept Div Kd with my f1 scaled IoT Hub. And it consumed all 8000 message quota less than 2 hours. Base on what I monitored from the built-in Event Endpoint, it shows:

Message received from [percept-edge-1/azureeyemodule]:
{
"NEURAL_NETWORK": []
}

The message is received every second.

Is it possible I can set the message frequency to 1 message per minutes instead of per second?

azure-percept
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

asergaz avatar image
0 Votes"
asergaz answered

Hi @ZhuHaitao-3755 great question!
We have documented it already under Troubleshooting section of Azure Percept Docs :)

See: Update TelemetryIntervalNeuralNetworkMs

"TelemetryIntervalNeuralNetworkMs determines how often to send messages (in milliseconds) from the neural network. Azure subscriptions have a limited number of messages per day, depending on your subscription tier. If you find yourself locked out due to having sent too many messages, increase this to a higher number. 12000 (meaning once every 12 seconds) will give you a nice round 7200 messages per day, which is under the 8000 message limit for the free subscription."

Hope I could help you!

Remember:
- Please accept an answer if correct. Original posters help the community find answers faster by identifying the correct answer. Here is how.
- Want a reminder to come back and check responses? Here is how to subscribe to a notification.




5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.