Giter Site home page Giter Site logo

eyetrackvr / eyetrackvr Goto Github PK

View Code? Open in Web Editor NEW
633.0 20.0 45.0 72.03 MB

Open Source and Affordable, Virtual Reality Eye Tracking Platform.

Home Page: https://docs.eyetrackvr.dev

License: GNU General Public License v3.0

Python 100.00%
eye-tracking eyetracker eyetracking virtual-reality vr vrchat chilloutvr neosvr

eyetrackvr's Introduction

GitHub Logo Picture courtesy of Wackalope#6737

GitHub issues GitHub forks GitHub stars

EyeTrackVR

Open source and affordable VR eye tracker platform for VRChat via OSC and UDP protocol.

Note: This project is in development and is not fully finished

Documentation

Please check out our documentation site.

Hardware

3d files for mounting brackets will be found here IR emitter files are also located there. For more info please reference our documentation site

ESP-CAM Firmware

Current work has been with our official firmware by lorow, found here.

Headset support

Any headset that can fit the camera and LEDs can likely be supported, however, mounts may not have been made for it. Please reference to our parts list for details.

About IR Emitter Safety

Please exercise extreme caution when messing around with IR emitters. Once safety testing has been completed links and files will be provided for the emitters. Please make sure you know what you are doing when assembling the IR emitters. DO NOT BYPASS (OR NOT DO) ANY SAFETY FEATURES PUT IN PLACE. This can result in irreversible bodily harm. The safety measures were put in place to REDUCE the potential failure risk. All further safety responsibilities are on the user. This includes visually checking with an IR camera that the brightness is correct and making sure you do not feel warmth.

Warning: Make sure you are using NON-focused emitters and at power less than 8mW cm^2 total per eye. Please read our LED safety page for a breakdown of math for out V3 and V4 LED kits here

Effect of infrared radiation on the lens

Training-library Nir Stds

AN002_Details on photobiological safety of LED light sources

Contact

Please join our Discord for updates and any questions.

Discord

Licenses

GitHub license

All software is under the MIT License. All documentation, including the Wiki, is under the Creative Commons CC-BY-SA-4.0 license.

Top

eyetrackvr's People

Contributors

jionggyu avatar lorow avatar qdot avatar redhawk989 avatar shadsbot avatar shyassassin avatar summer404notfound avatar zanzythebar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

eyetrackvr's Issues

On installation not working on Windows

Downloaded the .exe file from github, but only a blank cmd window is displayed on running the application and

No settings file found, using base settings displayed in cmd

Safety docs are missing

PROBLEM DESCRIPTION

The 3 documentation documents about the safety of the IR Emitters are missing and the links are leading to a 404 page.

REQUESTED INFORMATION

Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!

SCREENSHOTS

image

Blob tracking can return multiple times

The for loop in the blob fallback for the detector will keep running after returning a frame, meaning we can stack frames for the GUI. This causes a memory leak and overflows OSC output.

Add app support for dual camera tracking

Add optional support for 2 camera tracking, probably by just making the main window itself a widget and putting 2 of them side by side. This will require extracting the OSC sender, so that the two cameras share the output port queue.

Eyetracking wont start without having Hsrac and crashes with any other algo

soooo i just tried this tool as the pimax crystal doesnt provide openness value's buuut it seems ive ran into an issue. hsrac does work but is extremely unstable even after calibrating so i tried others. leap seems to work but just crashes leaving behind this message

afbeelding

it will only work if i select hsrac again altough leap is providing way better results. is there any way i can fix this?

im running on 0.2.0 BETA 8

Github pages

PROBLEM DESCRIPTION

A clear and concise description of what the problem is.
Github pages link isn't in the about section making it hard for people to find docs at first glance

REQUESTED INFORMATION

Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!

  • [ x] Read the Contributing Guide and Policy and the Code of Conduct
  • [x ] Searched the problem in issues
  • [ x] Searched the problem in discussions
  • [ x] Searched the problem in the docs
  • [ x] Searched the problem in the chat
  • [ x] Device used (e.g., ESP32): _____
  • [x ] EyeTrackVR binary firmware version number used: _____
    • [x ] Pre-compiled
    • [ x] Self-compiled
  • [x ] Flashing tools used: _____
  • [ x] Provide the output of command: Backlog Template; Module; GPIO 255:
  Configuration output here:
NONE
  • If using rules, provide the output of this command: Backlog Rule1; Rule2; Rule3:
  Rules output here:

NONE
  • Provide the output of this command: Status 0:
  STATUS 0 output here:
NONE
  • Set weblog to 4 and then, when you experience your issue, provide the output of the Console log:
  Console output here:
NONE

TO REPRODUCE

Steps to reproduce the behavior:
look at the github page

EXPECTED BEHAVIOUR

A clear and concise description of what you expected to happen.
I wanted to open this repo and instantly go to the pages, instead because it's not easy at first glance, it may be harder to get people the help they need.

SCREENSHOTS

If applicable, add screenshots to help explain your problem.

ADDITIONAL CONTEXT

Add any other context about the problem here.

(Please, remember to close the issue when the problem has been addressed)

The automated release is failing 🚨

🚨 The automated release from the docs branch failed. 🚨

I recommend you give this issue a high priority, so other packages depending on you can benefit from your bug fixes and new features again.

You can find below the list of errors reported by semantic-release. Each one of them has to be resolved in order to automatically publish your package. I’m sure you can fix this πŸ’ͺ.

Errors are usually caused by a misconfiguration or an authentication problem. With each error reported below you will find explanation and guidance to help you to resolve it.

Once all the errors are resolved, semantic-release will release your package the next time you push a commit to the docs branch. You can also manually restart the failed CI job that runs semantic-release.

If you are not sure how to resolve this, here are some links that can help you:

If those don’t help, or if this issue is reporting something you think isn’t right, you can always ask the humans behind semantic-release.


Invalid publishCmd option.

The publishCmd option is required and must be a non empty String.

Your configuration for the publishCmd option is ``.


Good luck with your project ✨

Your semantic-release bot πŸ“¦πŸš€

Smooth eye data

Provide a method for smoothing out eye data for more steady output.

Corrupted config causes crash

PROBLEM DESCRIPTION

The application crashes on startup if the config gets currupted.

REQUESTED INFORMATION

Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!

  • Read the Contributing Guide and Policy and the Code of Conduct
  • Searched the problem in issues
  • Searched the problem in discussions
  • Searched the problem in the docs
  • Searched the problem in the chat
  • Device used (e.g., ESP32): -
  • EyeTrackVR binary firmware version number used: v0.1.8.1
    • Pre-compiled
    • Self-compiled
  • Flashing tools used: -
  • Provide the output of command: Backlog Template; Module; GPIO 255:
  Configuration output here: -

  • If using rules, provide the output of this command: Backlog Rule1; Rule2; Rule3:
  Rules output here: -

  • Provide the output of this command: Status 0:
  STATUS 0 output here: -

  • Set weblog to 4 and then, when you experience your issue, provide the output of the Console log:
  Console output here: -

TO REPRODUCE

Steps to reproduce the behavior:

eyetrack_settings.json
Replace the config with the corrupted config I had. It got corrupted due to the perfect timing of a bluescreen.

EXPECTED BEHAVIOUR

A clear and concise description of what you expected to happen.

Showing an error. (And maybe asking the user if he wants to get the config deleted.)

SCREENSHOTS

If applicable, add screenshots to help explain your problem.

image

ADDITIONAL CONTEXT

Add any other context about the problem here.

(Please, remember to close the issue when the problem has been addressed)

Foveated rendering support

Add some form of foveated rendering support either through mod, or directly. Requires lower latency of camera feed transmission.

Hardware mounts for other headsets

Create hardware mounts for other headsets like the Index, Vive Pro, HP Reverb G2 etc. Help would be appreciated if you have a unsupported headset.

USB Cameras with similar VID/PID can collide

Trying to hook 2 wired OV5640 cameras to the same USB bus causes collision issues. The cameras can be seen by the host machine, but any effort to stream video from both at the same time ends up in only the first one connected receiving any frames. This may be an issue with how UVC is processed in OpenCV.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.