After a long time, my first real VB.Net project
#1

Well, this is a web-camera motion detector.

Currently it has an ability to detect motion, you can set the interval for checks, detection rate, detection deadzone, sound file played on detection, automatic web-camera capture saving in intervals and on motion detectio, remote FTP upload of the same capture images, detection log which will be saved in the application root folder or it will be able to be uploaded via FTP etc.

This is a quick preview, tell me what you think

Reply
#2

Um.. What does VB means?
Reply
#3

Quote:
Originally Posted by Raiden Dragneel
Посмотреть сообщение
Um.. What does VB means?
http://en.wikipedia.org/wiki/Visual_Basic_.NET
Reply
#4

And does it actually work? How do you detect the motion in the camera view?
Reply
#5

Quote:
Originally Posted by playbox12
Посмотреть сообщение
And does it actually work?
This.
Reply
#6

He already tested it, there's some more stuff he needs to add.
Reply
#7

Wow, looks pretty bad ass.

You could make it so that you can chose an alarm sound if there is movement detected.
Reply
#8

Quote:
Originally Posted by Shetch
Посмотреть сообщение
Wow, looks pretty bad ass.

You could make it so that you can chose an alarm sound if there is movement detected.
That's already implemented, check the animation, it's the first "Browse" button under "Options" tab.


Quote:
Originally Posted by playbox12
Посмотреть сообщение
And does it actually work? How do you detect the motion in the camera view?
Yup. It detects the difference from the webcamera capture, it checks the old captured frame with the new one, and if the color difference is higher than a certain value (you modify the formula with the detection rate slider), it detects a motion.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)