- This topic has 8 replies, 3 voices, and was last updated 5 years, 9 months ago by .
Viewing 9 posts - 1 through 9 (of 9 total)
Viewing 9 posts - 1 through 9 (of 9 total)
- You must be logged in to reply to this topic.
Home › Forums › Software Development › [Solved] Headtracking data without Unity
I have the Eye Tracker 4C. I want to get head tracking data without Unity. I want to deal head tracking data with C#.
Please teach me this way.
Hi!
You can use Tobii Stream Engine API for that.
https://github.com/Tobii/stream_engine
Thanks!
Are there any samples of C#?
Or you can use Tobii Core SDK:
https://github.com/Tobii/CoreSDK/blob/master/samples/Streams/Interaction_Streams_103/Program.cs
Thank you!
I have watched head pose data.
Hi @kenal, I just wanted to check with you that you have the supplied answer you need and are happily coding away using the Head Tracking Data? 🙂 Many thanks for the update!
I’m cording away using Head Tracking Data.
Thanks!