Hey Jayashree Arunkumar (iDEAS-Cloud Transformation)
yes you can do real-time analysis on frames that are taken from a live video stream by using the Azure AI Vision API. The basic elements of such an analysis are:
- Acquiring frames from a video source.
- Selecting which frames to analyze.
- Submitting these frames to the API.
- Consuming each analysis result that's returned from the API call.
The samples in this article are written in C#. To access the code, go to the Video frame analysis sample page on GitHub. Below is the document link for more details.
https://learn.microsoft.com/en-us/azure/ai-services/computer-vision/how-to/analyze-video
If this helps kindly accept the answer thanks much.