-======================-
-= CAMERA MONITOR 0.3 =-
-======================-

 Camera Monitor always displays an icon on the notification area that depends on
 the state of your Webcamera.
 It detects four states of your Webcamera:
    - OFF - it is turned off
    - ON - it is turned on
    - NONE - the Webcam is either disconnected by a keyboard switch or missing.
    - UNKNOWN - you do not have permissions to use the Webcam, but its state
                will be detected on first use and monitored later.

 Camera Monitor is released under the terms of the GNU General Public License.


-= You need =-
 * python
 * pygtk (>= 2.6)
 * python-gnome
 * python-gnome-extras
 * gconf
 * libnotify-python (>= 0.1.1)
 * pyinotify (>= 0.8.9)
 * dbus-python (>= 0.83.0)
 * A working webcam ;)


-= To install =-
 $ ./configure --prefix /usr
 $ sudo make install


-= To make it work =-
 Launch cameramonitor on command line: cameramonitor
 Or from GNOME menu: Applications -> Sound and video -> Camera Monitor

 Change preferences on command line: cameramonitor -p
 Or from GNOME menu: Preferences -> Camera Monitor

 Debug cameramonitor on command line: cameramonitor -d
                                  OR: cameramonitor -d -p


-= Artwork =-
 Icons based on HAL (2001: A Space Odyssey by Stanley Kubrick)


-= Website =-
 More info on: http://www.infinicode.org/code/cameramonitor/
