Custom Deployment in Azure Percept

SomeGuy 1 Reputation point
2021-06-14T11:15:09.067+00:00

Hi, I want to add custom modules along with the preloaded modules of the azure percept (azureeyemodule, hostIpModule, etc..). My custom module gets RTSP video feed from the azure eye module. Is this possible by just adding the custom modules in the deployment.json? I tried this and my custom modules ran but I noticed after about a day or two, the percept disconnects frequently from the IoT Hub. I also noticed that the azure eye module fails every time it reconnects. Thank you.

Azure Percept
Azure Percept
A comprehensive Azure platform with added security for creating edge artificial intelligence solutions.
72 questions
{count} votes

2 answers

Sort by: Most helpful
  1. AshokPeddakotla-MSFT 30,076 Reputation points
    2021-06-15T09:55:17.647+00:00

    @SomeGuy Welcome to Microsoft Q&A forum!
    Could you share the complete error logs? Did you follow any troubleshooting guide? If not, I would suggest you, please check the below and let us know if that helps to identify the root cause and solve the issue.

    Azure Percept DK troubleshooting
    Eye module troubleshooting tips
    Known issues

    0 comments No comments

  2. Mike McCoy - MSFT 606 Reputation points
    2021-07-02T04:27:25.907+00:00

    Hi @SomeGuy - when the azure eye module fails, do you see any errors in your IoT Hub?

    If possible, could you get the logs for the azure eye module?

    SSH into the dev kit and run this:

    sudo docker logs azureeyemodule > azureeyemodule.log

    Thanks,

    -Mike