Need to do a Face detection and get demographic data on rtsp stream URL using Azure services

Harshita Gupta 1 Reputation point
2024-06-21T09:41:39.1833333+00:00

I would like to use some of the Azure service for my project. Idea is to stream encoded video stream using rtsp endpoint, expecting Azure to decode and perform face detection and give person details like name, department on it in real time. What are the best azure services to use it.

Please provide assistance here, which service will be helpful here to implement the face detection using Azure Services for my scenario.

Azure AI Video Indexer
Azure AI Video Indexer
An Azure video analytics service that uses AI to extract actionable insights from stored videos.
68 questions
Azure IoT Edge
Azure IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
557 questions
Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
338 questions
Azure Face
Azure Face
An Azure service that provides artificial intelligence algorithms that detect, recognize, and analyze human faces in images.
155 questions
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.
233 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Sander van de Velde | MVP 30,711 Reputation points MVP
    2024-06-21T10:34:49.27+00:00

    Hello @Harshita Gupta,

    welcome to this moderated Azure community forum.

    In Azure , check out Azure AI video indexer.

    Azure AI Video Indexer is a cloud application, part of Azure AI services, built on Azure AI services (such as the Face, Translator, Azure AI Vision, and Speech). It enables you to extract the insights from your videos using Azure AI Video Indexer video and audio models.

    Another approach is using the edge to analyze videos locally. Check out this video where Azure IA video indexer is used in combination with Azure IoT Operations. Notice this is in public preview.

    A more traditional edge solution is making use of Azure IoT Edge with eg. custom video ingestion and ML Vision solutions. Check out the eg. NVidia Jetson Nano for local inferencing and then send the outcome to the cloud via the Azure IoT Hub of EventGrid Namespace MQTT support.

    For more details, check out this MS Learn training path.


    If the response helped, do "Accept Answer". If it doesn't work, please let us know the progress. All community members with similar issues will benefit by doing so. Your contribution is highly appreciated.

    0 comments No comments