use full word "display" for variable in all places
[ozzloy@gmail.com/oble] / README
... / ...
CommitLineData
1prevent the system from sleeping when a user is looking at the screen.
2
3this is accomplished using a camera and opencv to detect a face.
4
5this readme is woefully short.
6
7you'll need to get a file called
8haarcascade_frontalface_alt.xml
9i was able to get it with this:
10 wget http://eclecti.cc/files/2008/03/haarcascade_frontalface_alt.xml
11
12i'm not sure what the rules are on distributing this file, so you'll
13have to get it yourself
14
15if you're on ubuntu:
16make ubuntu-dependencies
17make
18make test # assumes you have haarcascade_frontalface_alt.xml in current dir