IoT Edge
5 TopicsHow to save Azure Vision AI Devkit stream to Blob storage?
The WebStreamModule streams the camera output, but I need to save that footage to a blob storage when the camera detects motion, so I can then run some computer vision AI models. Any idea how I could implement this? Many thanks, Raul760Views0likes1CommentIoT Edge certificate renewal
Hi all, We are currently implementing an IoT Edge on a lot of Devices which will be at remote locations. We have cleared out that IoT Edge can use up to 3 certificates: Certificate to perform the TLS communication with IoT Hub Device certificates for internal use with modules, leave devices, etc. DPS (Optional is you use certificates) We are currently looking for a solution for point 1 and 2. 1. We understand that this can be solved with keeping IoT Edge up-to-date, but how do perform this is these devices are Remote and we have a lot of them? I know this will not happen that often that this certificate will expire but still it can, so we want to be prepared. 2. Device certificates should also be renewed from time to time. How can you also orchestrated form IoT Hub? We currently where thinking of building a module, but when the device comes online again after some time and in the main time, the certificate has expired, than the module is not able to talk to IoT Hub. Or do you just install a device certificate a installation which will have an expiration date longer then the expected device lifetime? Thanks for the help and insights on this topic. Kr, Steven1.2KViews1like0CommentsVision AI Dev Kit solidifies after launch
I started the VisionAIDevekitGetStarted module in the Vision AI Dev Kit. However, the operation does not proceed. If you check the log with docker with the following command, it is fixed in the following place. I want to know how to deal with it. command: docker logs AIVisionDevKitGetStartedModule result: iotccsdk-INFO-ipcprovider-connect: 263-API: http://172.17.0.1:1080/login data: {'username': 'admin', 'userpwd': 'admin'}1.1KViews0likes2Comments