From 8dfeab971cf7b3c07cb88a9e09dfe2a80ab9d387 Mon Sep 17 00:00:00 2001 From: Will Bradley Date: Sat, 15 Sep 2012 01:16:22 +0000 Subject: [PATCH] Adding snapshot and readme contents --- README.md | 13 ++++- snapshot.php | 160 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 172 insertions(+), 1 deletion(-) create mode 100755 snapshot.php diff --git a/README.md b/README.md index dc7586e..137259e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,15 @@ ip-camera-proxy =============== -PHP frontend to interface with cheap password-protected webcams and pull images for public display on a website. \ No newline at end of file +PHP frontend to interface with cheap password-protected webcams and pull images for public display on a website. + +Copyright Will Bradley, 2012 (www.zyphon.com) +Distributed under a Creative Commons Attribution 3.0 license +http://creativecommons.org/licenses/by/3.0/ + +To use, change EXAMPLE.COM, the port number, EXAMPLEUSER, & EXAMPLEPASSWORD +to their correct values for your setup. I use cheap Hootoo-brand cameras +for my setup, yours may be different regarding snapshot urls and auth +mechanisms. Then, host this on a PHP site and access it at +/snapshot.php?camera=1 + diff --git a/snapshot.php b/snapshot.php new file mode 100755 index 0000000..3f33117 --- /dev/null +++ b/snapshot.php @@ -0,0 +1,160 @@ +