|
-
Aug 12th, 2014, 07:25 AM
#1
Thread Starter
Frenzied Member
Motion Detector.NET - detects movement inside a webcam's field of view.
This program captures images from a webcam and determines the level of movement in the camera's field of view. When the level of movement exceeds a threshold specified by the user, it displays a message box.
The program works by comparing the most recently captured image with the previous one. The difference between the two images is used to determine the level of movement. Thanks to the LockBits/UnlockBits methods the GetPixel/SetPixel functions/methods are avoided which improves the program's performance.
This program should also be useful to find out how to use a webcam in general in Visual Basic.NET.
See the attached .zip file for the program.
This program is a .NET version of: Motion Viewer (Vb 6)
It does not (yet?) have an e-mail function though.
Last edited by Peter Swinkels; Mar 2nd, 2015 at 09:57 AM.
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|