All Projects → soumik12345 → Kinect-Vision

soumik12345 / Kinect-Vision

Licence: other
A computer vision based gesture detection system that automatically detects the number of fingers as a hand gesture and enables you to control simple button pressing games using you hand gestures.

Programming Languages

Jupyter Notebook
11667 projects
HTML
75241 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Kinect-Vision

sign-language
Android application which uses feature extraction algorithms and machine learning (SVM) to recognise and translate static sign language gestures.
Stars: ✭ 35 (-25.53%)
Mutual labels:  gesture-recognition, sign-language-recognition-system
LawRun
Kernel source code (LawRun Kernel) for xiaomi sdm845 | Pocophone f1 (beryllium), Mi 8 (dipper), Mi Mix 2s (polaris) | You can fork and enjoy.
Stars: ✭ 22 (-53.19%)
Mutual labels:  gaming
POE-TradeMacro
Price checking script for Path of Exile.
Stars: ✭ 963 (+1948.94%)
Mutual labels:  gaming
RetroGOG
RetroArch integrations for GOG Galaxy 2.0
Stars: ✭ 84 (+78.72%)
Mutual labels:  gaming
panzerlop
Configuration Guides for fixing things in Linux, Proton & KDE
Stars: ✭ 23 (-51.06%)
Mutual labels:  gaming
TriangleGAN
TriangleGAN, ACM MM 2019.
Stars: ✭ 28 (-40.43%)
Mutual labels:  gesture-recognition
TalkerMakerDeluxe
A FOSS Branching Game Dialogue Editor
Stars: ✭ 90 (+91.49%)
Mutual labels:  gaming
thatsmybis
A tool for loot council guilds - easily keep track of your raid's loot distribution
Stars: ✭ 24 (-48.94%)
Mutual labels:  gaming
BoxVR-Playlist-Manager
A Windows based playlist manager for the VR fitness game BoxVR
Stars: ✭ 17 (-63.83%)
Mutual labels:  gaming
Cloudbank
An alternative Computer vision and AI training platform built to play any game on Steam (Linux).
Stars: ✭ 18 (-61.7%)
Mutual labels:  gaming
go-evepraisal
the code that powers evepraisal.com
Stars: ✭ 61 (+29.79%)
Mutual labels:  gaming
pathofexile-flatpak
Path of Exile Flatpak
Stars: ✭ 11 (-76.6%)
Mutual labels:  gaming
Trivia-Knowledge
Trivia knowledge is a fun trivia game in which players have to guess the answers of questions by filling the answers boxes with correct letters.
Stars: ✭ 77 (+63.83%)
Mutual labels:  gaming
Arcadia-Auction
CSGO League App | Featured on Google DevLibrary
Stars: ✭ 17 (-63.83%)
Mutual labels:  gaming
SteamDepotDownloaderGUI
A simple GUI tool based on DepotDownloader for downloading Steam depots.
Stars: ✭ 26 (-44.68%)
Mutual labels:  gaming
StadiaIcons
A set of icons for games based on the Google Stadia logo.
Stars: ✭ 20 (-57.45%)
Mutual labels:  gaming
dcli
Command line utilities for Destiny 2
Stars: ✭ 49 (+4.26%)
Mutual labels:  gaming
brackets-viewer.js
A simple library to display tournament brackets (round-robin, single elimination, double elimination).
Stars: ✭ 52 (+10.64%)
Mutual labels:  gaming
expo-three-orbit-controls
🎥 Three.js Orbit Controls (Camera) bridged into React Native
Stars: ✭ 43 (-8.51%)
Mutual labels:  gaming
PlayerDetection
Player detection and ball detection in football matches using image processing(opencv).
Stars: ✭ 50 (+6.38%)
Mutual labels:  opencv3-python

Kinect-Vision

HitCount

A computer vision based gesture detection system that automatically detects the number of fingers as a hand gesture and enables you to control simple button pressing games using you hand gestures. Currently the system has been tested on the T-Rex Runner game.

Installation

  1. Clone the repo using git clone https://github.com/soumik12345/Kinect-Vision
  2. Use cd Kinect-Vision to get inside the folder
  3. Create a new conda environment using conda create --name kinect_vision
  4. Activate the environment using activate kinect_vision
  5. Install the requirements using pip install -r requirements.txt

Run The Program

  1. Run the program using python3 main.py or python main.py or ipython main.py
  2. Select the Camera port (choose 0 if you are using a laptop)
  3. Tune the upper and lower thresholds using the trackbars unless the gestures are being detected accurately enough. Ideally the lower threshold is around 130 and the upper threshold is 255.
  4. Once the detection is working satisfactorily, switch on Game On and open the game window
  5. If you want to change the control scheme, you can do so by editing the config.json file.

Demo

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].