Webcam Motion Detector - Compare The Two Images?
May 19, 2008
im creating a program which detects motion according to how much difference does the two images have. take note images come from a live webcam stream. the problem is how to compare the two images.
description of the program
a sensitivity text box will be placed on the program where it will compare with the computed difference of the two images. i have a program in vb6.0 that compares images like this
Private Sub Timer1_Timer()
'getting picture from camera
SendMessage mCapHwnd, GET_FRAME, 0, 0[code].....
now i cant translate this in vb.net i have included what i have now
View 2 Replies
ADVERTISEMENT
Nov 10, 2009
I am new in VB.NET. I want to use VB.NET to develop a program that will use a webcam to detect motion and trigger an alarm form PC.
View 9 Replies
Oct 11, 2007
I have swann webcam Mac IP cam network camera...its connected to the RJ-45 connector....I want to capture images after every 10 sec. from this and save it in to sql database..[URL]
View 6 Replies
Sep 30, 2009
I would like to acquire the images of a webcam in the background based on an event.I know there is a possibility to display the webcam stream directly in a picturebox but I want to process every single image and display them then.
The best would be if there is an event that triggers every time a webcam images is received. That event should include the image (in some kind of format).
View 1 Replies
Jul 14, 2009
I want somehow to temporarily store and compare two images capture from my web cam every 5 sec. (basically i`m going to use this as motion detection)I figure out how to perform pixel to pixel comparison but the problem is how can i store the images temporarily every 5 sec?Do i need an array?Can i avoid saving the images for the motion detection?Also is it better to convert the images into gray scale or black & white for the comparison or as they are
View 5 Replies
Feb 13, 2011
I need to get still image from scanners,cameras and web cam in a wpf-Winform application
can i use WIA in vista or window7
View 2 Replies
Dec 3, 2011
I have a source image and another image. I am wanting to compare the two images and tell me if they are the same.
View 3 Replies
Aug 19, 2009
tried 2 of projects on this forum to compare images. I need to compare these two images
View 17 Replies
Feb 22, 2010
I'm currently working on an application witch takes two images and comparing them on how equal they are.I want it to display in "%" how equal the pictures are.
Like:
Picture 1 (orginal) - Picture 2 (Edited)
The picture is 67% equal
View 5 Replies
Feb 28, 2009
I am doing work on FINGERPRINT RECOGNITION SYSTEM,
I am using VB.NET AS FRONT END SQL SERVER 2000 AS BACK END,
i had saved fingerprint images in sqlserver using image datatype,
images are saving as hexadecimal codes in sql server,
how to compare two images.
View 4 Replies
Apr 23, 2011
I have 3 images. All of them have a different background color and each have a different font used but have the same "number".Basically, I have 3 images, one with black background and another with red one. One image haver the number one "1" write in Arial and another with the same number but in comic sans and a third with number two "2"There's anyway to VB tell that are the same number inside?Maybe if I compare pixel to pixel and choose the one with less difference in pixels will do it?
View 1 Replies
Jun 15, 2011
I am capturing images from a webcam and I have to compare the degree of similarity between two or more images. that is... which two images are the closest match.
I know I cannot compare the pixels...so how do i go about it?
I am using Visual basic 2010 on Win7
This comparison need to be sufficiently fast. Within 2-3 seconds.
I was looking into pixel by pixel comparison. but webcam pictures as I understand do have slight changes between frames(disturbances).
I am working on recognizing hand gestures...which would in turn control a small mechanical crane...
for example a thumbs-up sign would mean a signal for crane to be switched on...and a full palm shown would mean a stop your work sign.
I plan wearing a white glove against a black background.
I also have ideas like dividing the screen into a 10x10 matrix.
View 2 Replies
Nov 1, 2009
Ok so I'm making a slot program where I have 3 picture boxes displaying a possible 9 images:
Bar
Seven
Bell
Cherry
[Code].....
The error I get is saying that = is not the correct operator even though it worked for my case statement
View 2 Replies
Mar 28, 2012
I have a logitech webcam that I use to take pictures of customers to submit to a server/database. Utilizing AVICAP32.DLL calls, I was able to modify my VB.NET program to take these pictures via a button in my program.
My question is, it would me more convenient to my intended users to click the webcam button, instead of clicking on the button in my program.
Is this possible to do in VB.NET? and how can I do this?
If this is not possible to do with my logitech webcam than is there a Microsoft Webcam that can do this?
View 1 Replies
Jul 27, 2010
There's a game that I play, that can be modded. I create mods for it. But some people do not know how to apply the mods by themselves, and just explaining to one person takes about an hour alone.So what I'm wanting to do:Create a program that can add - remove - detect what mods are being used.We'll use'C:GameAddon' For an example target.What I'm wanting:Check Boxes that automatically check when the mod is already in the 'C:GameAddon' folder when the program starts up.and UnCheck'd if the addon isn't in there.
View 1 Replies
Sep 2, 2010
does any one can share Hardware ID detector .... or code
View 7 Replies
Aug 27, 2010
Ok I have a picturebox and i have loaded an image in it that has black bars on all sides.I am trying to find out how to detect where the black ends and then display that pixel number. I wanted it to start reading the pixels from the MIDDLE of the picturethe line represents the picture i used picture.width /2 so that it uses the pixel for the x axis in the middle
Dim TempBitmap As New Bitmap(picture.Image)
Dim MyColor As Color
Dim topcrop = Nothing
[code].....
View 10 Replies
Dec 24, 2011
Can you find your source code about plagiarism detector by Using the language of Visual Basic 6
View 1 Replies
Jan 27, 2012
I wanna make a software that checks for copied source code.The input will be the source code files. and then the software should check for duplication.I want to make this software to improve code assignments submitted by students in colleges.
View 1 Replies
Feb 6, 2010
Im trying to make a custom Yahoo Invisible Detector. But im having problems getting the submit button to click. I can enter the text no problem. have a look at the source on this website to see if they can get it to work ?
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
WebBrowser1.Navigate("http://www.yahoostatus.org/")
End Sub
[code]....
It shows the id as <input id="submit" and the value as value="Check" but its not working.
View 1 Replies
Dec 24, 2009
I have to make a learning object program for a school project and i am doing it about circular motion and satellite orbits.how i can get a object to orbit around another object in visual basic, allowing the orbit radius to vary as the user inputs values?
View 2 Replies
Feb 8, 2010
What I'm trying to do is simulate projectile motion in Visual Basic using Visual Studio. Essentially, something like this but without air resistance or mass.
Anyhow, the way I'm doing it is using a PictureBox and drawing the image in (of, say, a circle) every so often with a timer of interval 1 with its x and y properties being variables calculated by the formulas.
I want to know what formulas I can use to assign to x and y so that I get a movement like the one on the example. I've tried a bunch of stuff, with help from wikipedia and other sites, but can't seem to pull it off.
View 4 Replies
May 15, 2009
i'm trying to make a checkbox which when its checked it pasues me the dispaly of the animation which i've done by application.DoEvents etc??what i'm doing wrong?
[Code]....
View 1 Replies
May 21, 2011
I have a project in WPF/VB.net 2010 that I want to create an alternate version of in Silverlight. However, it uses heavy amounts of animation, especially motion animation. Most of this animation takes advantage of storyboard double animations for either translate transforms or canvas left/top changes. Can I convert this project over to Silverlight?
View 2 Replies
Dec 13, 2009
i am developing a system will be able to detect motion. up to now i am able to stream the video that is connected to my PC to VB.NET. Now i want to switch between the webcam if there is more than one webcam connected to the system. For example, the user of the system will be able to chose any webcam that is connected to the system. I am able to detect all the webcam and display those devices into a ListView. But i don't know how to change the steaming video when the user select the device. Now the video screen show the image form the default webcam.
View 1 Replies
Jun 24, 2010
How to Display Text in slow Motion.
View 16 Replies
Nov 18, 2010
my advance project for the final semester of software engineering is an intruder detection system which is based on motion detection. I'm using a web camera in order to capture the images sequently and let them to process for further checking to see the difference.
first of all i want to know, is this possible in vb.net (image processing)? if it is possible, please give me some ideas about this to start.i have a brief imagination about the structure but i'm not sure about the success
View 4 Replies
May 31, 2011
I'm trying to make a way to navigate around a custom grid. Basically, I'm implementing the drag-copy feature from Excel. Right now, you click on a cell grid and can drag around the grid. Anything in the drag area gets a green tint. Once you release the mouse button, whatever was in the first cell selected is copied to all the others that are tinted. That works pretty nicely, but it works only for the cells visible on the screen. I can live with that, but decided that if you dragged over the scroll bars or the column or row headers,then the grid should scroll (if there is anywhere to scroll).
That's where the problem arose. It turns out that scrollbars don't raise the MouseMove event (at least not as far as I can see), and the MouseEnter and MouseHover events are not fired as long as the mouse button is held. Interestingly, the MouseLeave event does occur when the mouse button is held, just as the MouseMove event is occuring for all the cells. That's pretty annoying. Why do some mouse events get raised when the mouse button is down while the others don't? Also, I suppose, is there any way around this?
View 2 Replies
Dec 18, 2009
how to incorporate a PIC with VB.
I`m trying to find out the steps needed to achieve that, i`m i correct?
1) i need to find a PIC that is suitable for my project (to handle wireless motion sensors)?
2) I need to write the code for the PIC? (does the manufacture of the PIC provides an environment to write the assembly language?)
3) Then i need to write the vb code?
4) Finally to use a serial port to create a communication between VB and PIC. Also are their any all ready made PIC`s that can support VB code direct without the need of writing the assembly code?
View 16 Replies
Sep 2, 2011
im using visual studio 2008 for my thesis. i have this mdi parent form as a container in my program and buttons in it to show different childforms. i am just wondering is it possible to show the childforms in slow motion manner, from left of the container to the center?
[Code]...
View 3 Replies