Git Product home page Git Product logo

gesture-mouse's Introduction

Gesture-Mouse

A mouse which works by tracking a blue object in camera view.

INTRO

just another quick and dirty project made over a weekend. Uses opencv library to find blue objects in the camera view to track it's movements and move the mouse accordingly. You might be thinking... why blue? I used blue because it was the only colour to be detected with least amount of background noise. I didn't use any object detectors because they slow things down and couldn't provide satisfactory results I wanted. instead I just drew a contour around the blue object and found its center to move the mouse.

How to use

To start open the script and place a blue object you want to track in front of camera and run the script. Now try moving the object and see the mouse move accordingly. To click just keep the pointer steady at same place and it will do a click action. If you want to see the contour of the object just uncomment the lines in script. To exit you will need to move to the terminal from which you are running the script and press ctrl+c.

warning

Please don't use this script while working on something important. Also if the mouse gets out of control just remove the blue object from camera view and close the script.

gesture-mouse's People

Contributors

vandanrohatgi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.