Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.06 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.06 KB

Creepy Cam

A simple PHP site to serve up streaming images from a Mac's built-in iSight camera. Affectionately referred to as the "Creepy Cam".

Installation

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

Who are you?

My name is Chaz Lever. I'm a graduate student pursuing a PhD in computer science with a focus in computer networking and security.