Skip to content

fabio914/EyeTrackingKeyboard

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

Eye Tracking Keyboard

This is a simple prototype of a virtual keyboard that allows users to type on it using the Quest Pro's eye tracking. In other words, you can type by only looking at the keys.

Videos

Screenshots

Requirements

  • Meta Quest Pro with Eye Tracking enabled.

  • SideQuest

How to install?

  • Follow these instructions to install SideQuest and setup your Meta Quest Pro for development.

  • Download the latest APK.

  • Connect your Meta Quest Pro to your computer, launch SideQuest and drag the APK to the top left corner of SideQuest to install it.

Alternatively, you can download and install the app directly from SideQuest here.

How to build?

  • Make sure you have Unity 2021.3 LTS installed (with Android Build support).

  • Clone this project.

  • Open the project with Unity, then open the Package Manager, and import the Oculus Integration package (version 46.0) and TextMesh Pro.

  • Navigate to File > Build Settings..., select the Android platform, then select your Meta Quest Pro as the Run device (if it's plugged in) and then click on Build and Run.