Posts

Showing posts from October, 2021

Virtual Keyboard

Image
Virtual Keyboard In this project we have tried to reduce the gap between the real world and the augmented environment to produce a mixed reality system.  For that purpose, we created a virtually controllable keyboard system which is created and implemented using OpenCV libraries and Python. We employ a web camera which is integrated with OpenCV libraries through a compiler.  Using our system, user can control a virtual keyboard using their finger movements and finger tips. The, user selects an alphabet with their fingertip and move the keyboard with the help of hand gestures. We implemented Virtual Keyboard to communicate with system using Hand Gestures and with out any additional hardware  but by using the webcam available in the system. The webcam simply captures the consecutive frames and compares them to recognize it as a click if there is a different in the contour. Functionalities: In this project we implements the functionalities like, Creating a Frame Hand Gesture...