>Web Controlled Securi-Webcam

Web controlled, 2 Axis Camera from Benjamin Blundell on Vimeo.



It's taken a while but finally, my little webcam project is done. It was quite a long process and I learnt a lot about streaming media. At the moment, a Java applet is listening to a stream being sent via a small daemon process called webcam-server on my Ubuntu box. In order to control the servos a totally different line of processing occurs with Python and mod_wsgi. Both the servo controls and applet run on top of Apache2 with some HTTPS support to keep undesirables out. Fun times indeed!