A simple PHP site to serve up streaming images from a Mac's built-in iSight camera. Affectionately referred to as the "Creepy Cam".
Enable Web Sharing and make sure that you've enabled PHP on your system. Next, install the imagesnap application to facilitate the capture of images from your Mac's iSight camera. If you have Homebrew installed, the following commands should get you up and running.
brew install imagesnap
git clone git://github.com/chazlever/creepycam ~/Sites/creepycam
cd ~/Sites/creepycam
./start.sh
My name is Chaz Lever. I'm a graduate student pursuing a PhD in computer science with a focus in computer networking and security.