Vision AI Dev Kit
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, Raul768Views0likes1CommentMicrosoft Vision AI Dev Kit does not work with custom trained model
I trained a custom vision model in General Compact S1 setting, exported the VAIDK model and pushed it to VAIDK, I had no prediction coming on the output stream of the camera. When i did further reserach in the logs i found out that after updating the custom model the RtspDataUrl is set to null ("RtspDataUrl": null) and the VideoAnalyticsEnabled is also set to false ("VideoAnalyticsEnabled": false). The RtspDataUrl should have been rtsp://ip:8902/live and the VideoAnalyticsEnabled should have been true. I even check by streaming the rtsp://ip:8902/live using VLC player but there was no output. (VLC screenshot attached)From what i was able to find out there is some problem with the API: http://ip:1080/vam data {'switchStatus': True, 'vamconfig': 'MD'} . The output of this is coming out to be RESPONSE: {"status":false,"reason":"Internal error"} (Screenshot attached). This can be the cause of the problem. Kindly help with this issue.1KViews0likes2CommentsVision AI Kit firmware update issues
Hi I am trying to update the firmware to v0.5280_Perf. When I run the FastbootUpgrade_v6_5.bat file I get the following output: The problem is the fastboot devices command is not returning anything after adb reboot bootloader is run. I have waited a few minutes before pressing the key to continue to give the bootloader some time but it did not help. Is there any other way I can proceed? BRSolved2.3KViews0likes7CommentsWhy is the AIVisionDevKitGetStartedModule module failing
Hi I have followed the Get Started steps in the Azure Github DevKit pages for the Vision AI camera. When I browse to the camera stream I see nothing. I run the iotedge list command and see that AIVisionDevKitGetStartedModule has failed.1KViews0likes1CommentVision 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