Nadir - Screen Scanner Code
Screen scanner utility for GNU/Linux
Status: Beta
Brought to you by:
jroldan
DESCRIPTION This is a screen scanner utility which allows the user to control the mouse pointer by using the keyboard, the mouse itself, by making physical movements grabbed by a camera or by producing sounds which are recorded by a microphone. This software is a screen scanner utility for people who are not able to use the mouse whithout a minimum of accuracy. The application makes an horizontal and a vertical scan of the screen so that the user can reach any location of the screen and virtually produce any mouse event (click, drag...) in that location. The application will offer (so far) these modes to perform the scan: - Pressing any key of the keyboard - Pressing any button of the mouse (NOT IMPLEMENTED) - Making a certain movement (head or body) by using a webcam (NOT IMPLEMENTED) - Producing a sound by using a microphone This software is being developed with C++, Qt4 and OpenCV Desktop: X11 Operating system: All POSIX Development: Pre-Alpha FURTHER INFORMATION http://www.sourceforge.net/projects/nadir LICENSE See COPYING file INSTALL - Dependencies (packages names may change depending on your system): cmake - A cross-platform, open-source make system libqt4-dev - Qt 4 development files libjack-dev - JACK Audio Connection Kit (development files) libasound2-dev - ALSA library development files libxtst-dev - X11 Record extension library (development files) - Building the application: $ mkdir build $ cd build $ cmake .. $ make - Installing the application (as root): # make install - Unnstalling the application (as root): # make uninstall - Running the application: $ nadir AUTHORS See AUTHORS file