How to save Azure Vision AI Devkit stream to Blob storage?

Copper Contributor

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,

Raul

 

 

1 Reply
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