X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=README;h=154e64dcfe0c4eafea501e360acb39020d3116db;hb=4dbced6b2345ceb73e3eea66bf52d59e6092d9ba;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=dcd8889727dfde80ed79d19e214fb45a5056baf2;p=ozzloy%40gmail.com%2Foble diff --git a/README b/README index e69de29..154e64d 100644 --- a/README +++ b/README @@ -0,0 +1,18 @@ +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