-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support For ViveTobiiDevkit #11
Comments
Hello, can you send me the tobii runtime executable file? |
Sure, I think this is the Tobii software that this EyeTracker uses. https://gaming.tobii.com/getstarted/?bundle=tobii-core Im not certain if this works though as the version I am using is 2.13.3, and the site lists 2.16.8 (The old download link is dead) |
Headsets usually have their own unique runtime, you can find the path to the file through the task manager. |
It will be in services, yes, but the path to the file can only be seen in processes, where you can open the folder with the file by right-clicking on the process. |
If the file is not called |
This is the closest thing i could find to the executible as described It doesnt use any third party software from HTC |
I've studied the file, I'm afraid it's not what we need. Check if you have this directory and file in it: |
That directory doesnt exist in my C drive, I assume this is why it doesnt work... |
|
That is the file I sent (By going into details and selecting "open file location" I also ran the eyetracker and no new processes (or sevices) were observed |
I installed the software, judging by the files and the address for connection, your headset uses a different approach to work with eye tracking. I can't make support for you, but I think, because this is DevKit, maybe you should have access to all the data without BrokenEye. |
Its no problem if you cannot implement it. You would think that the advanced tracking would be available for a dev kit, but unfortunately when testing it Isn't :( Thank you for the time and effort. |
I was wondering if it is possible to add support The HTC Vive Devkit if not already supported.
It is detected by PimaxCrystalAdvanced and even turns on the IR array, although no tracking is observed.
I was able to get it working on its own with my own module (https://github.com/Paultheslayer21/VRCFT_Tobii_HTCViveDevkit) as seen below.
The EyeTracker is detected by BrokenEye but doesn't start when "Connect to Device" is pressed.
Instead, it returns an error
Here is a log file if it helps
brokeneye-2024-11-23-05-58-15.log
It's understandable if it isn't possible to implement support as it is quite rare and makes testing pretty much impossible.
The text was updated successfully, but these errors were encountered: