VR眼球追踪
Go to file
semantic-release-bot 4f1b021b62 chore(major): 1.0.0-HSF-and-new-algos-feature-branch.1 [skip ci]
## 1.0.0-HSF-and-new-algos-feature-branch.1 (2023-08-24)

### ⚠ BREAKING CHANGES

* CHANGES

### 🍕 Features

* add colorama instead of using escape codes ([1d9dfea](1d9dfeae19))
* add dev container ([a5e36ad](a5e36ad4c4))
* add taskipy to run tasks via poetry ([2f1d3d9](2f1d3d9275))
* add v2 serial comms with packet headers ([c2aad0e](c2aad0e859))
* more readable logging with colorama ([2efa3c3](2efa3c3589))
* show bitrate, fps, latency in tracking mode ([6163744](61637442c6))
* slightly reduce dropped frame count ([3b5582d](3b5582de6e))
* updated poetry.lock ([632ec2a](632ec2a838))

### 🐛 Bug Fixes

* bring the existing impl to a usable state ([b3f444e](b3f444ee3a))
* ensure serial is closed when thread crashed ([4def965](4def965759))
* identify and mitigate latency issues ([295f104](295f10476d))
* Only ever return one blob when blob tracking ([5a451b4](5a451b4aa5)), closes [#20](https://github.com/EyeTrackVR/EyeTrackVR/issues/20)
* Output all info to OSC unless we're failing to find any data ([764baa5](764baa539d)), closes [#21](https://github.com/EyeTrackVR/EyeTrackVR/issues/21)
* pinv for pseudo inverse when singular matrix ([ca56222](ca56222445))
* pyserial is the correct dep, not serial ([09a9fbb](09a9fbb052))
* standalone exe ([35e71a2](35e71a2123))
* Update graph background color on events ([5580d48](5580d482f9)), closes [#24](https://github.com/EyeTrackVR/EyeTrackVR/issues/24)
* when address is set but no devices connected ([6d7630c](6d7630cf60))

### 🧑‍💻 Code Refactoring

* cleanup imports ([446a20c](446a20cea8))
* extract EyeInfo enums and dataclasses ([d6d1938](d6d19383bd))

### 🤖 Build System

* setup pre-release build pipeline ([aa5e6b8](aa5e6b8b34))
* setup pre-release build pipeline ([a8b73bf](a8b73bf224))
* setup pre-release build pipeline ([9b27720](9b27720bf9))
* setup pre-release build pipeline ([e250e4e](e250e4e353))
2023-08-24 11:54:31 +00:00
.devcontainer feat: add dev container 2023-03-30 12:22:29 +01:00
.github fix: standalone exe 2023-08-24 12:48:18 +01:00
EyeTrackApp fix: standalone exe 2023-08-24 12:48:18 +01:00
repo-tools added proper requirements.txt file 2022-07-04 00:49:00 +01:00
scripts fix ransac thresh add, add setup config 2023-06-02 10:58:18 -05:00
.dockerignore feat: add dev container 2023-03-30 12:22:29 +01:00
.gitignore fix: standalone exe 2023-08-24 12:48:18 +01:00
.releaserc build: setup pre-release build pipeline 2023-08-24 08:55:15 +01:00
CHANGELOG.md chore(major): 1.0.0-HSF-and-new-algos-feature-branch.1 [skip ci] 2023-08-24 11:54:31 +00:00
CODE_OF_CONDUCT.md update - add files to prepare for professional looking github 2022-05-18 18:19:17 +02:00
docker-compose.yml feat: add dev container 2023-03-30 12:22:29 +01:00
Dockerfile feat: add dev container 2023-03-30 12:22:29 +01:00
LICENSE update - main 2022-05-04 17:54:13 +02:00
Makefile fix: standalone exe 2023-08-24 12:48:18 +01:00
poetry.lock mommy gets divorced (renamed to LEAP) 2023-06-29 13:26:17 -05:00
pyproject.toml mommy gets divorced (renamed to LEAP) 2023-06-29 13:26:17 -05:00
README.md cleanup 2023-05-11 09:55:14 -07:00
SECURITY.md Update SECURITY.md 2022-11-10 12:26:56 -08:00

GitHub Logo Picture courtesy of Wackalope#6737

GitHub issues GitHub forks GitHub stars

Project Card

Documentation

EyeTrackVR

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

Note

: This project is in active 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 parts list on 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 around 5ma total power per eye.

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