X-Git-Url: http://challenge-bot.com/repos/?p=ozzloy%40gmail.com%2Foble;a=blobdiff_plain;f=README;h=154e64dcfe0c4eafea501e360acb39020d3116db;hp=37340145e2d781d935e63026b7b0d5b20c735ff5;hb=026d4426dc8574aa50d10454e6694c7507f79603;hpb=7d89d62c53e1e57fe11c473485c803409acd9ebf diff --git a/README b/README index 3734014..154e64d 100644 --- a/README +++ b/README @@ -3,3 +3,16 @@ prevent the system from sleeping when a user is looking at the screen. this is accomplished using a camera and opencv to detect a face. this readme is woefully short. + +you'll need to get a file called +haarcascade_frontalface_alt.xml +i was able to get it with this: + wget http://eclecti.cc/files/2008/03/haarcascade_frontalface_alt.xml + +i'm not sure what the rules are on distributing this file, so you'll +have to get it yourself + +if you're on ubuntu: +make ubuntu-dependencies +make +make test # assumes you have haarcascade_frontalface_alt.xml in current dir