CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2014
    Posts
    1

    IP camera viewer with Onvif video analytics in C#.NET

    Dear Developers,


    We run a little offine/online hat shop and we've installed a Cisco IP camera in the show-window. I want to manage the video surveillance from code.

    I've found an IP camera NuGet package for building an Onvif viewer in C#, but I need more: I have to count how many people watching the show-window. The CEO wants this for marketing purposes. He wants to know how attractive is our showcase.

    Actually, I found a source about Onvif video analytics, but this whole topic is totally new for me and I feel I'm lost a bit.

    Could you please recommend me a tutorial or a video guide or anything else that help me to implement this feature in C#?

    Any help would be appreciated! Thank you very much in advance!


    Regards,
    Adrian

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: IP camera viewer with Onvif video analytics in C#.NET

    I know the Microsoft Kinect does facial recognition. Search bing or google for "kinect sdk facial recognition". Of course, you have to get the Kinect (which may not be an option for you).

    Btw, I have an older Kinect model, and it definitely can identify faces - shouldn't be too hard to implement a count of folks. Not sure if you would be able to distinguish one person from another, though. On second thought, maybe it's possible. See http://stackoverflow.com/questions/1...n-using-kinect

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured