Write using your Eyes – Gaze controlled keyboard with Python and Opencv p.10
This is the final tutorial of the project “Gaze controlled keyboard with Python and Opencv”. The code is approximately 300 lines. I…
Play sounds – Gaze controlled keyboard with Python and Opencv p.9
In this tutorial we’re going to add sounds to our project. Especially we need a sound to tell us when the letter…
Press a key by blinking eyes – Gaze controlled keyboard with Python and Opencv p.8
In this tutorial we’re now going to detect when we press a key by we blink our eyes.We don’t need to add…
Virtual Keyboard 3 – Gaze controlled keyboard with Python and Opencv p.7
In the previous tutorial we learn how to create and display a virtual keyboard using opencv. We have now two files, a…
Virtual Keyboard 2 – Gaze controlled keyboard with Python and Opencv p.6
We will continue in this section with the creation of the Keyboard. We’re going to split the keyboard in two parts, so…
Virtual Keyboard – Gaze controlled keyboard with Python and Opencv p.5
We’re going to learn in this tutorial how to create a virtual keyboard using Opencv with Python. The idea is to display…
Eye Gaze detection 2 – Gaze controlled keyboard with Python and Opencv p.4
We’re going to learn in this tutorial how to detect the gaze, and more specifically to detect if the eyes are looking…
Eye Gaze detection 1 – Gaze controlled keyboard with Python and Opencv p.3
We are going to learn in this tutorial how to detect the gaze. Why do we need to detect the gaze? To…
Eye Blinking detection – Gaze controlled keyboard with Python and Opencv p.2
In this second part of the series “Gaze controlled keyboard” we’re going to detect when the Eye is blinking. We’re going to…
Eye detection – Gaze controlled keyboard with Python and Opencv p.1
In this new video series “Gaze controlled keyboard” we’re going to create and app to control the keyboard trough our eyes using…