/Ishara

Mouse control with gesture

Primary LanguageC++GNU General Public License v2.0GPL-2.0

Ishara - Mouse Control with Gesture

alt text

An interface for controlling mouse pointer using finger gestures. Requires a webcam. A user can use two different color markers on his/her fingers to control mouse movements. Includes gestures for emulating click (left and right) and scroll.

Requirements ✅

📌 OpenCV

📌 Qt5 Development Libraries

📌 V4l2 Development Libraries

📌 XTEST Extension Libraries

📌 CMake

📌 Make

Compilation ▶️

Once you have setup the dependencies, download the source:

$ cd ~/Downloads
$ git clone https://github.com/saikatbsk/Ishara.git

Create and move into the build directory:

$ mkdir -p Ishara/build
$ cd Ishara/build

Run cmake followed by make to build Ishara:

$ cmake ..
$ make

To install:

$ sudo make install

Links 🔗

Live long and may the source be with you. :octocat: