Results 1 to 4 of 4

Thread: Web cam detect persone in room.

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2009
    Posts
    126

    Web cam detect persone in room.

    Hi,
    I have been working for the last year or so on a pc that controls my room(lights, apliences,...) and i still haven't found a way of detecting if someone walks in or out of the bedroom. So my question is: If i put a web cam in my bedroom pointing at the door, can i analise the video with vb and detect if someone comes in or out if the room? And how?

    Thanx in advance!

    Mr Smither.
    he is a good friend that speaks well of us behind our backs

  2. #2
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 2008
    Location
    Trivandrum, Kerala, India
    Posts
    7,652

    Re: Web cam detect persone in room.

    Hi...

    Check this CodeBank submission : http://www.vbforums.com/showthread.php?t=562640

    If you want to try it in C#.Net : http://www.codeproject.com/KB/audio-...Detection.aspx


    If my post was helpful to you, then express your gratitude using Rate this Post.
    And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
    My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet

    Social Group: VBForums - Developers from India


    Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...

  3. #3
    Junior Member
    Join Date
    Jan 2011
    Posts
    24

    Re: Web cam detect persone in room.

    ofcourse you can!

    the logic of detecting any movement in camera's view are the pixel changes in your current snapshot/picture to the normal state of your room.

    normal state - the first frame captured by your camera when it wakes up for the first time.
    current state - are the frames interrupting at an interval. u may use timers for this.

    interest controls curiosity.
    conscience controls karma.
    you alone can control yourself.
    know yourself and be above those who are lost.
    skemb321
    hehehe

  4. #4
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 2008
    Location
    Trivandrum, Kerala, India
    Posts
    7,652

    Re: Web cam detect persone in room.

    Quote Originally Posted by skemb321 View Post
    ofcourse you can!

    the logic of detecting any movement in camera's view are the pixel changes in your current snapshot/picture to the normal state of your room.

    normal state - the first frame captured by your camera when it wakes up for the first time.
    current state - are the frames interrupting at an interval. u may use timers for this.
    The second link that I have posted mentions about the two ideas.

    If my post was helpful to you, then express your gratitude using Rate this Post.
    And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
    My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet

    Social Group: VBForums - Developers from India


    Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...

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