Skip to content

darunnatarajan/Control_input_devices_by_Pose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Control Input Devices by Pose (Game Controller)

Overview

This project stimulates the process of input devices using PyAutoGUI for key simulation and pose detection through the Mediapipe library. It enables you to control input devices, acting as a game controller, based on hand poses captured by a webcam.

Getting Started

Prerequisites

Ensure you have the required libraries installed by running the following command:

Make sure to install the following Python packages before running the code:

  • OpenCV (cv2)
  • NumPy (numpy)
  • PyAutoGUI (pyautogui)
  • Mediapipe (mediapipe)
  • Matplotlib (matplotlib) [temporary import]

You can install them using the following command:

pip install -r requirements.txt

About

stimulate the process of input devices by pyautoGUI and pose detection using mediapipe

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages