Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.38 KB

File metadata and controls

26 lines (21 loc) · 1.38 KB

Introduction

This is a Python application that uses hand detection and gesture recognition to perform actions based on the hand gestures captured through a camera feed. It utilizes the Mediapipe library for hand tracking and provides features gesture as input.

libraries used: opencv-python mediapipe pythonautogui pynput

Usage

  1. Install the required libraries mentioned in the code, such as cv2, mediapipe, time, pyautogui, tkinter, and pynput.
  2. Replace the value of the sign_image variable with the path to your own sign image file.
  3. Run the script, and the application will start capturing video from the default camera.
  4. The hand detection and gesture recognition will be performed in real-time on the camera feed.
  5. When the thumb and index finger meet closely, the corresponding actions will be triggered, such as mouse click simulation and sign image overlay.
  6. The checkbox option in the GUI can be used to toggle the display of the camera feed window.
  7. The button in the GUI initiates the execution of the camera feed and the hand detection functionality.
  8. Use the spacebar key to pause/resume the input processing.
  9. Use the enter key to trigger a mouse click action.
  10. Press 'q' in the camera feed window or close the window to exit the application.

Update :

HDAI Apollo: Research Paper Version, project docs and research paper will get updated soon.