26Feb/093
Webcam Motion Detection in Ubuntu Linux
I bought a cheap usb webcam to add to the list of devices for my fyp. The idea is to push presence updates when motion is detected. I'll be using Motion to handle motion detection. Detailed installation and configuration instructions can be found at InfectedProject.
You can set motion to run commands when certain events happen, such as an image is saved or a movie ends. For example, you could add the following to /etc/motion/motion.conf so that you get an email to you're email account when a movie ends.
# Command to be executed when a movie file (.mpg|.avi) is closed. (default: none)
# To give the filename as an argument to a command append it with %f
on_movie_end echo %f | mutt -s "[Motion]" -a %f joe@bloggs.com
February 26th, 2009 - 19:07
I have a Logitech SphereAF here. Was gonna eventually try and get it going so I cud do the same as yourself! Except mine can be moved! Pan/Tilt!
February 26th, 2009 - 19:53
Motion supports auto_tracking, but I was too cheap to buy a better webcam. Your particular webcam is class. Used it in work over the summer and the quality is epic.
February 27th, 2009 - 01:23
Ye. I had a shitty one too. Got sick of bad quality tho.
Might try it on my laptop over the weekend.