Home › Forums › Software Development › StreamEngine questions
- This topic has 1 reply, 2 voices, and was last updated 6 years, 2 months ago by
Alex [Tobii].
- AuthorPosts
- 11/07/2017 at 20:05 #7147
Jason
ParticipantI’m currently using the StreamEngine with the appropriate license and the Tobii.GameIntegration.dll
1) In the Tobii.GameIntegration, when I subscribe to gaze data there are 3 options.
“TobiiSubscriptionStandardGaze”, “TobiiSubscriptionFoveatedGaze” and “TobiiSubscriptionWearableData”.
What is the difference between them and what is the use cases for each?2) In the current Tobii_stream_engine, we get a few calibration commands. There is a few functions that I’m curious how to use. tobii_calibration_discard_data_2d and tobii_calibration_parse. When should I use those?
3) When doing tobii_calibration_start, what happens if we do not immediately call tobii_calibration_clear? Will all calibrations be combined together into one large “generic” calibration?
11/07/2017 at 21:41 #7148Alex [Tobii]
ParticipantHi!
Regarding Tobii.GameIntegration.dll. This dll is our internal API that might change a lot in the future. That’s why it was never released standalone but only as part of Tobii Unity SDK. If you are using Unity the best would be to stick to the public api provided in TobiiAPI class.
If you are willing to run calibration inside Unity and you have an appropriate license for it, please send me pm and I will send you Tobii Unity SDK package with calibration sample. In that version Stream Engine calibration functions are reexported in Tobii.GameIntegration.dll and you don’t longer need to use two APIs in parallel.
- AuthorPosts
- You must be logged in to reply to this topic.