473,699 Members | 2,773 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 5170
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
1405
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
8420
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
7309
by: Mark Kamoski | last post by:
Hi-- Please help. I need a code sample for bubble sort. Thank you. --Mark
2
2653
by: Mark Kamoski | last post by:
Hi Everyone-- Please help. I need a code sample for exchange sort. Thank you. --Mark
0
1352
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
2311
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
1585
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
3135
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
2760
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
8623
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
9187
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8936
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8894
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7777
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...
0
4390
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...
0
4637
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3071
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
2361
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.