1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
-======================-
-= CAMERA MONITOR 0.2 =-
-======================-
Camera Monitor displays an icon on notification area when your Webcam is ON.
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)
* 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
-= Artwork =-
Icon based on HAL (2001: A Space Odyssey by Stanley Kubrick)
-= Website =-
More info on: http://www.infinicode.org/code/cameramonitor/
|