473,396 Members | 1,799 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

need full code for webcam alert motion detector

i have webcam i need to make project when this webcam detect any motion in his spot give me alert ,,,

**** Please Help me in C# code ***
Mar 12 '13 #1
4 5153
r035198x
13,262 8TB
Don't ask for code. Do some research and ask for help with your code.
Mar 12 '13 #2
Expand|Select|Wrap|Line Numbers
  1. private WebCam camera;
  2.  
  3.         private UnmanagedImage x;
  4.  
  5.         public Form1()
  6.         {
  7.             InitializeComponent();
  8.             camera = new WebCam();
  9.         }
  10.  
  11.  
  12.  
  13.         private void pictureBox1_Click(object sender, EventArgs e)
  14.         {
  15.  
  16.         }
  17.  
  18.         private void button1_Click(object sender, EventArgs e)
  19.         {
  20.             if (!camera.IsConnected())
  21.             {
  22.                 camera.Connect();
  23.                 button1.Text = "&Disconnect";
  24.                 backgroundWorker1.RunWorkerAsync();
  25.             }
  26.             else
  27.             {
  28.  
  29.                 backgroundWorker1.CancelAsync();
  30.             }
  31.         }
  32.  
  33.         private void backgroundWorker1_DoWork(object sender, DoWorkEventArgs e)
  34.         {
  35.  
  36.             while (!backgroundWorker1.CancellationPending)
  37.             {
  38.  
  39.  
  40.                 camera.Update();
  41.  
  42.  
  43.                 pictureBox1.Image = camera.CalcBitmap();
  44.  
  45.                 pictureBox1.Image = EventArgs.fream;
  46.  
  47.                 //MotionDetector detector = new MotionDetector(
  48.                 //new SimpleBackgroundModelingDetector( ),
  49.                 //new MotionAreaHighlighting( ) );
  50.                 MotionDetector detector = new MotionDetector(new SimpleBackgroundModelingDetector(), new MotionAreaHighlighting());
  51.  
  52.  
  53.  
  54.                 if (detector.ProcessFrame(x) >0.02)
  55.                 {
  56.                     MessageBox.Show("have motion");
  57.                 }
  58.  
  59.  
  60.  
  61.  
  62.             }
  63.         }
  64.  
  65.  
  66.         private void backgroundWorker1_RunWorkerCompleted(object sender, RunWorkerCompletedEventArgs e)
  67.         {
  68.             camera.Disconnect();
  69.             button1.Text = "&Connect";
  70.         }
  71.  
this my code but i don't know where and how make comper of
currant picture and new picture (thats when camera get motion)

*** sry my English is bad ***
Mar 12 '13 #3
balice
1
I aslo need do this project, can you share code for reference
Sep 21 '13 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Ali | last post by:
I am in great need of code that will make a dome. I would like the inputs to be similar to that of the sphere. ie: pos=(x0, y0, z0) radius = R color = (r,g,b) etc. I am using VPython of...
1
by: Cibulya Dmitriy | last post by:
Hi All, I want to catch the next MSSQL error in my SQL code with following continue calculations Server: Msg 17, Level 16, State 1, Line 1 SQL Server does not exist or access denied.
34
by: Mark Kamoski | last post by:
Hi-- Please help. I need a code sample for bubble sort. Thank you. --Mark
2
by: Mark Kamoski | last post by:
Hi Everyone-- Please help. I need a code sample for exchange sort. Thank you. --Mark
0
by: jOs | last post by:
C#B - SHARED SOURCE PROJECT FOR A C# Browser Let's sort this stuff out once and for ALL. =============================================================== Anyone who's having problems in...
1
by: Angus Lepper | last post by:
I'm writing a stock ticker for a stock market simulation, and can load the data into the xmlreader in the first place, but can't figure out how to refresh/update the data in it. Any ideas? Code:...
0
by: saptharishi123 | last post by:
please help me and anyone send vb code to control robot(back, front, right, left) using vb.and also to insert a video window to view video from tv tuner card,and if possible to show the status of...
1
by: saravanatmm | last post by:
I need javascript code for validate the email address. Email address field cannot allowed the capital letters, special characters except '@' symbol. But can allowed the small letters, numeric...
5
by: raagadeepthi | last post by:
I need to throw an alert saying "Enetered special characters " alert when i click on submit button in javascript. Need code for this Please help!!!!!
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.