Is there a service in Azure to replace Azure Video Analyzer?

Moon 1 Reputation point
2022-05-23T01:58:12.72+00:00

Currently, using Azure Video Analyzer, I have configured a pipeline using spatial analysis and other inference models using an RTSP stream, but I was contacted that the service is limited in production and is scheduled to be shut down.

So, is there a service in Azure such as Azure Video Analyzer that can configure pipelines to use pipelines using spatial analysis and other inference models?

As a related guide, it is only mentioned to use Intel's OpenVINO and NVIDIA's Deepstream, so please inquire.

Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
411 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. AshokPeddakotla-MSFT 35,926 Reputation points
    2022-05-23T11:03:49.053+00:00

    @Moon Welcome to Microsoft Q&A forum!

    Did you look at this doc already? Transition from Video Analyzer

    If you're using Video Analyzer on an edge server together with the Spatial Analysis container from Cognitive Services, you have the following options:

    • You can switch to Dynamics 365 Connected Spaces, which is a SaaS (software as a service) solution currently targeting the retail industry.
    • You can connect your RTSP cameras directly to the Spatial Analysis container, and build web applications.

    If you're using Video Analyzer on an edge server to analyze live video with other AI models, your options are as follows.

    • If you're using an AI model from the Open Model Zoo provided by Intel(R), you may be able to make use of their Deep Learning (DL) Streamer video analytics framework. See OpenVINO™ Toolkit - DL Streamer repository for more information.
    • If you're using an AI model optimized for running on NVIDIA(R) GPU, then you should consider the different reference implementations provided for their DeepStream SDK. Also check out the Intelligent Video Analytics with NVIDIA Jetson and Microsoft Azure example that demonstrates an end-to-end architecture for video analytics.

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.