Forum Discussion

bernardoleary's avatar
bernardoleary
Copper Contributor
Oct 09, 2019
Solved

AI Camera by eInfochips restarting

Hi there,   We have had a lot of trouble getting the Cognitive Services demo installed on this device (https://github.com/microsoft/vision-ai-developer-kit/tree/master/samples/research/ai-vision-de...
  • sezflynn's avatar
    Oct 10, 2019

    I was working on the same machine as bernardoleary; we resolved the problem by connecting to a different IoT Hub.
    It seems this was an issue where the camera was unable to reconnect to the IoTHub after a factory reset. We managed to connect to the device within the period of one power-cycle and change the iotedge connection string to point to a new IoTHub.

     

    sudo vi /etc/iotedge/config.yaml

     

    Then, using

     

    adb reboot

     

    we were able to reset the device before re-loading a deployment from Visual Studio Code. Once the deployment was loaded the camera pulled down the required images from our azure container registry and successfully ran all modules.

Resources