473,748 Members | 2,659 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

need full code for webcam alert motion detector

2 New Member
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 5171
r035198x
13,262 MVP
Don't ask for code. Do some research and ask for help with your code.
Mar 12 '13 #2
Mohamed ali
2 New Member
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 New Member
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
1408
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 course. Please help me.
1
8421
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
7324
by: Mark Kamoski | last post by:
Hi-- Please help. I need a code sample for bubble sort. Thank you. --Mark
2
2657
by: Mark Kamoski | last post by:
Hi Everyone-- Please help. I need a code sample for exchange sort. Thank you. --Mark
0
1353
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 the design space "C# WebBrowser Customization" is welcome to join me on a project to refine, works & shares
1
2314
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: Public Class Form1 Inherits System.Windows.Forms.Form
0
1587
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 parallel port pins. i am not good in vb so help me with full code plz....................... you could also mail me to <Removed by Moderator>. vinod
1
3138
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 numbers. Now i use this script for validate the email address. But it allows the cpital letters otherwise its working correctly. SCRIPT FUNCTION ************************************************
5
2767
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
8996
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8832
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8255
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6799
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6078
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4608
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3319
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2791
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2217
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.