Forum Discussion
AI Camera by eInfochips restarting
- 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.
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.