cosurgi
http://janek.kozicki.pl/
I have setup this at my work place, for personal use. It's VPN only and no public address (so you can't see me, but my wife can
) And it all just works over www. On linux of course.
Curently I'm using motion version 3.2.11-2. Latest one, 3.2.11-2+b1, had some issues ;D
-
or just install motion on any linux distro that you use.Code:
aptitude install motion
- review your /etc/motion/motion.conf, I did change only following things:
Besides that I used the basic install defaults and they worked like a charm. The default port is webcam_port 8081, so your webcam could be at http://www.open-pandora.org:8081. Also to have continuous filming, you will setCode:
daemon on width 640 height 480 framerate 6 webcam_localhost off
Code:treshold 0 -
Code:
sudo /etc/init.d/motion start
Curently I'm using motion version 3.2.11-2. Latest one, 3.2.11-2+b1, had some issues ;D
