Camera Captue module stopped on iotedge

Anurag Shelar 181 Reputation points
2021-01-19T05:07:14.05+00:00

I was following the tutorial for deploying classification using custom vision model on iot edge for Raspberry PI. The link is :
https://learn.microsoft.com/en-us/samples/azure-samples/custom-vision-service-iot-edge-raspberry-pi/custom-vision-azure-iot/

I am using Raspberry PI4 with Raspbian Buster OS. I followed all the steps but my camera-capture module is stopped. My image-classsifier module is also stopped.

I am also not able to view logs as to why the module has stopped.

Azure IoT Edge
Azure IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
541 questions
{count} votes

Accepted answer
  1. Sander van de Velde 28,711 Reputation points MVP
    2021-01-19T20:53:05.847+00:00

    It seems the edgeAgent is not able to actually load the modules into the runtime.

    Can you check the log of the edgeAgent module? (this could be quite extensive, please search for an actual exception message if applicable).


1 additional answer

Sort by: Most helpful
  1. QuantumCache 20,031 Reputation points
    2021-02-19T03:27:54.95+00:00

    Hello @Anurag Shelar ,

    Have you tried the sample to run on your PC or Pi3?

    69820-image.png