How to integrate CCTV, NVR with Azure Cognitive services?

SanjayCloud 21 Reputation points
2020-09-26T15:18:46.963+00:00

How to integrate CCTV, NVR with Azure Cognitive services?

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,782 questions
0 comments No comments
{count} votes

Accepted answer
  1. romungi-MSFT 44,771 Reputation points Microsoft Employee
    2020-09-28T07:41:36.797+00:00

    @SanjayCloud Azure has recently introduced a preview service called Azure Spatial Analysis which uses computer vision resource to analyze real time video from an IP Camera and analyzes the feed using a container deployed on Azure IoT edge on a host computer(desktop or Azure Stack Edge). This computer vision resource should be approved and created in your subscription to provide the required analysis based on the application or configuration operations you choose while setting up the container. Some of the features that are currently available are:

    1. personcount
    2. personcrossingline
    3. personcrossingpolygon
    4. persondistance

    P.S: Since this service is in preview you need to submit the request form for approval to run the container.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

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.