Skip to content

With the python project we can control our system brightness by using hand gesture

Notifications You must be signed in to change notification settings

Apparky/Brightness-Control-with-hand-using-Python-OpenCV-APPARKY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brightness-Control-with-hand-using-Python-OpenCV

OpenCV is an open-source library that includes several hundreds of computer vision algorithms. OpenCV has a modular structure, which means that the package includes several shared or static libraries.

We have used a HandTracking module that tracks all points on the hand and detects hand landmarks, calculate the distance between thumb tip and index fingertip and maps the distance between thumb tip and index fingertip with brightness range.

To Creating a hand gesture brightness controller the given library you'll need

Foreign Library:

  • Open-CV
  • mediapipe
  • Screen Brightness Control
  • numpy

You can Install those by following these Commands

pip install opencv_python     # We will import this library as cv2 . ...
pip install mediapipe
pip install screen_brightness_control

Build-In Library:

  • python-math

To know more about OpenCV Click Here

OutPut:

This is how the OutPut Looks like

OpenCVPython

OpenCVPython


To get more interesting projects follow our GitHub page at Here

To get more interesting projects follow our Bitbucket page at Here

To know more about APPARKY Click Here

About

With the python project we can control our system brightness by using hand gesture

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages