- This topic has 5 replies, 3 voices, and was last updated 3 years, 5 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Forums › Software Development › Specific UDP interface
Tagged: eyeDirection, HedDirection, UDP
Hi. My simulation game requires a UDP frame with EyeDirection XYZ and HeadDirection XYZ among with the position datas. What is the best solution to build such a server for a Tobii 5 ? Thank you
Hi @pmarsaud
What game engine do you use to develop the game?
This is “home made” proprietary engine …
Any ipc mechanism will be fine.
Hi @pmarsaud
The choice will then be the Tobii Stream Engine API:
https://developer.tobii.com/product-integration/stream-engine/
You would then need to filter head pose data in your engine.
thanks Alex, i’ll go for it