All Projects → pupil-labs → Hmd Eyes

pupil-labs / Hmd Eyes

Licence: lgpl-3.0
Building blocks for eye tracking in AR and VR.

Labels

Projects that are alternatives of or similar to Hmd Eyes

Xrtk Core
The Official Mixed Reality Framework for Unity
Stars: ✭ 219 (+97.3%)
Mutual labels:  unity3d, vr
Vrtk
*Beta* - An example of how to use the Tilia packages to create great content with VRTK v4.
Stars: ✭ 3,422 (+2982.88%)
Mutual labels:  unity3d, vr
Zinnia.unity
A collection of design patterns for solving common problems.
Stars: ✭ 177 (+59.46%)
Mutual labels:  unity3d, vr
Vralchemylab
VR Demo project using HDRP and unity 2019.3
Stars: ✭ 132 (+18.92%)
Mutual labels:  unity3d, vr
Animvrunitytoolkit
Bring your AnimVR creations into Unity
Stars: ✭ 31 (-72.07%)
Mutual labels:  unity3d, vr
Unity Sdk
🎮 Unity SDK to use the IBM Watson services.
Stars: ✭ 546 (+391.89%)
Mutual labels:  unity3d, vr
Ar Vrcourse
VR,AR,MR 开发入门教程
Stars: ✭ 298 (+168.47%)
Mutual labels:  unity3d, vr
Spatial Computing
Samples showing how to use Azure and AI services in Mixed Reality projects
Stars: ✭ 63 (-43.24%)
Mutual labels:  unity3d, vr
Hover Ui Kit
Create beautiful user interfaces for immersive VR/AR experiences.
Stars: ✭ 662 (+496.4%)
Mutual labels:  unity3d, vr
Dungeontemplatelibrary
🌏: Dungeon free resources (terrain & roguelike generation)
Stars: ✭ 595 (+436.04%)
Mutual labels:  unity3d, vr
Mesh maker vr
Mesh Maker VR
Stars: ✭ 47 (-57.66%)
Mutual labels:  unity3d, vr
Vrarmik
Unity Inverse Kinematics solution for arms in VR
Stars: ✭ 94 (-15.32%)
Mutual labels:  unity3d, vr
Senselexamples
Examples of use of the Sensel Morph with Unity
Stars: ✭ 105 (-5.41%)
Mutual labels:  unity3d
Impulse
A barebones C# bootstrap framework for building scalable projects quickly and easily in Unity.
Stars: ✭ 109 (-1.8%)
Mutual labels:  unity3d
Consulo Unity3d
Frameworks: Unity3D
Stars: ✭ 104 (-6.31%)
Mutual labels:  unity3d
Arcoreutils
Unity plugin that adds shadow and collision to ARCore.
Stars: ✭ 103 (-7.21%)
Mutual labels:  unity3d
Simple Firebase Unity
Firebase Realtime-Database's REST API Wrapper for Unity in C#
Stars: ✭ 111 (+0%)
Mutual labels:  unity3d
Simple Light Probe Placer
Simple Light Probe Placer
Stars: ✭ 109 (-1.8%)
Mutual labels:  unity3d
Arcadevehiclephysics
A framework for creating an arcade inspired physics system for vehicles in Unity
Stars: ✭ 103 (-7.21%)
Mutual labels:  unity3d
Unity Jsb
集成 QuickJS, 为 Unity3D 项目提供 Typescript/Javascript 支持
Stars: ✭ 103 (-7.21%)
Mutual labels:  unity3d

hmd-eyes

Building blocks for eye tracking in Augmented Reality AR and Virtual Reality VR or more generally Head Mounted Displays HMD. The purpose of this repository is do demonstrates how to implement Pupil with Unity3D. For details on Pupil computations, please have a look at the related repositories.

VR Getting Started

This guide walks you through a first time setup for your Pupil Labs VR add-on.

  1. HTC Vive Add-on setup - Install your Pupil eye tracking add-on into your HMD and connect the add-on to your computer.
  2. Download Pupil Software. Extract the Pupil Capture app to your Desktop.
  3. Start Pupil Capture via the pupil_capture.exe in the Pupil Capture App folder.
  4. Please refer to the Pupil getting started and user guide to ensure that eyes are well captured and that the pupil detection runs with high confidence (~0.8).
  5. Download and start hmd-eyes demo app - This demo runs a VR experience. The demo app talks to Pupil software in the background. You will use it to calibrate and visualize gaze data within a demo scene. The demo app will start with settings dialog.
  6. Start the demo with default values. You will see a view of the left eye of the hmd.
  7. This would be a good point to put said device on your head.
  8. Use the displayed realtime videos of your eyes to make sure they are as centered as possible and in focus.
  9. Press 'c' on your keyboard to start a calibration and focus your gaze on the displayed marker as it changes position.
  10. After a successful calibration, the example scene will appear again and the gaze estimate will be visualized.

Develop, integrate, and extend

Download the *.unitypackage from the latest release and check out the developer docs to learn how to set up dev environment, make changes to code, and integrate with your own Unity3D project.

Dependencies:

  • Unity 2018.3+
  • ProjectSettings/Player/Configuration/Scripting Runtime Verion set to .NET 4.x Equivalent.
  • Due to an issue with MessagePack, the default project setting for ProjectSettings/Player/Configuration/API Compatibility Level is not supported and needs to be set to .NET 4.x

Community

Chat with the hmd-eyes community on Discord.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].