{"id":27876326,"url":"https://github.com/ghostiam/vrcfttobiiadvanced","last_synced_at":"2025-05-05T02:47:25.571Z","repository":{"id":213823221,"uuid":"735015600","full_name":"ghostiam/VRCFTTobiiAdvanced","owner":"ghostiam","description":"Tobii Advanced Eye Tracking Module for VRCFaceTracking (Supports any HMD that has Tobii tracking, for example \"HP Reverb G2 Omnicept\" or \"Pimax Crystal\")","archived":false,"fork":false,"pushed_at":"2025-04-20T12:30:36.000Z","size":1232,"stargazers_count":7,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-04T17:42:24.698Z","etag":null,"topics":["eye-tracking","eyetracking","pimax","pimax-crystal","tobii","tobii-eye-tracker","vr","vrcft","vrchat","vrchat-osc"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ghostiam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-12-23T11:10:42.000Z","updated_at":"2025-04-20T12:30:39.000Z","dependencies_parsed_at":"2023-12-23T12:42:45.715Z","dependency_job_id":"40e9b38d-1ebf-4223-8d84-6bf51f4eb50d","html_url":"https://github.com/ghostiam/VRCFTTobiiAdvanced","commit_stats":null,"previous_names":["ghostiam/pimaxcrystaladvanced","ghostiam/vrcfttobiiadvanced"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghostiam%2FVRCFTTobiiAdvanced","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghostiam%2FVRCFTTobiiAdvanced/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghostiam%2FVRCFTTobiiAdvanced/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghostiam%2FVRCFTTobiiAdvanced/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ghostiam","download_url":"https://codeload.github.com/ghostiam/VRCFTTobiiAdvanced/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252429966,"owners_count":21746570,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["eye-tracking","eyetracking","pimax","pimax-crystal","tobii","tobii-eye-tracker","vr","vrcft","vrchat","vrchat-osc"],"created_at":"2025-05-05T02:47:24.682Z","updated_at":"2025-05-05T02:47:25.546Z","avatar_url":"https://github.com/ghostiam.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Tobii Advanced Eye Tracking Module for VRCFaceTracking\n\nA module for working with Tobii Eye Tracking in VRCFaceTracking.\n\n### Supported devices\n- HP Reverb G2 Omnicept Edition.\n- Pimax Crystal.\n- and more.\n\n### Usage\n\n- Download and install [VRCFaceTracking](https://github.com/benaclejames/VRCFaceTracking)\n- Download the archive with the module from [release](https://github.com/ghostiam/VRCFTTobiiAdvanced/releases/latest)\n- Run VRCFaceTracking\n- Go to the \"Module Registry\" tab\n- Click \"+ Install Module From .zip\"\n- Select the downloaded archive\n- Done!\n\n### How to use the \"advanced\" mode.\n\n\u003e [!IMPORTANT]\n\u003e You must have a file with a valid license, otherwise the module will not work in \"advanced\" mode!\\\n\u003e Or you can use the workaround: [Broken Eye](https://github.com/ghostiam/BrokenEye)\n\nBy default, the module is loaded without a license, which allows you to use it\nto track combined gaze direction and eye opening/closing.\n\nThe \"Advanced\" mode allows you to track the gaze direction for\neach eye separately, as well as get information about the pupil diameter.\n\nFor this, you must have a valid license, in which is indicated\n\n```\n\"featureGroup\": \"professional\"\n```\n\n(you can see an example in the file [license.example.json](license.example.json))\n\nIt needs to be placed in the module folder\n\n```\nC:\\Users\\\u003cUSERNAME\u003e\\AppData\\Roaming\\VRCFaceTracking\\CustomLibs\\324b3cd5-5e64-4f3f-b056-12340badc0de\n\n# Or paste into the address bar of the explorer to open the folder\n%APPDATA%\\VRCFaceTracking\\CustomLibs\\324b3cd5-5e64-4f3f-b056-12340badc0de\n```\n\nunder the name `license.json`\n\nAfter launching VRCFaceTracking, make sure that the module has loaded your license, it should be in the \"Output\" tab:\n\n```\n...\n[TobiiAdvanced] Information: Loading license...\n[TobiiAdvanced] Information: Creating device with license.\n[TobiiAdvanced] Information: Connected to platform module with build version \"\u003cversion\u003e\"\n[TobiiAdvanced] Information: Subscribe to advanced data.\n...\n```\n\nIf instead you see:\n\n```\n[TobiiAdvanced] Information: No license found in \u003credacted\u003e\n```\n\nIt means the license was not found, check the path and file name.\n\nAnd if you see:\n\n```\n...\n[TobiiAdvanced] Warning: License validation failed: TOBII_LICENSE_VALIDATION_RESULT_TAMPERED\n...\n```\n\nIt means you are using an invalid license, check its content.\n\n### How to get a license for \"advanced\" mode.\n\n![I don't know](https://www.meme-arsenal.com/memes/087bd8289778ed9f50fb7f4ec1e23dab.jpg)\n\nMost likely you can only wait until the manufacturer of the device you are using gets a license from Tobii.\n\n### How to use the \"advanced\" mode without a license.\n\nThere is a workaround that will allow you to obtain data on the direction of gaze for each eye separately, the diameter\nof the pupil, and even receive images from cameras! And all this without a “professional” license!\n\nThe software is called [Broken Eye](https://github.com/ghostiam/BrokenEye) and can be downloaded \n[here](https://github.com/ghostiam/BrokenEye/releases/latest).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghostiam%2Fvrcfttobiiadvanced","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fghostiam%2Fvrcfttobiiadvanced","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghostiam%2Fvrcfttobiiadvanced/lists"}