Forum Discussion

raulb1's avatar
raulb1
Copper Contributor
Jun 28, 2021

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 could implement this?

 

Many thanks,

Raul

 

 

  • amitmarathe's avatar
    amitmarathe
    Copper 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

Resources