Forum Discussion
raulb1
Jun 28, 2021Copper Contributor
How 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 c...
amitmarathe
Jul 28, 2021Copper Contributor
Hi Raul,
You can use LVA or AVA on the edge and implement a fileSink within your media graph topology to save footage as .mp4 file locally. Then, you can write a thread on your edge device to upload the .mp4 file to Azure blob storage.
Hope this helps,
Amit
You can use LVA or AVA on the edge and implement a fileSink within your media graph topology to save footage as .mp4 file locally. Then, you can write a thread on your edge device to upload the .mp4 file to Azure blob storage.
Hope this helps,
Amit