Vision AI support for livestream video

2024-01-23T13:44:25.89+00:00

Hi Team, Does Azure Vision AI Services support livestream video processing?

Azure AI Custom Vision
Azure AI Custom Vision
An Azure artificial intelligence service and end-to-end platform for applying computer vision to specific domains.
247 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Azar 22,860 Reputation points MVP
    2024-01-23T14:51:39.17+00:00

    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.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.