Home › Forums › Software Development › I’d like integrate Gaze data stream and Fixation data stream › Reply To: I’d like integrate Gaze data stream and Fixation data stream
Thank you Grant
These are almost complete. thanks to your help.
I saw some Tobii pro products. It’s really attractive so we’ll consider it.
And I ask two questions.
1. Why coordinate gained from Gaze data stream and coordinate gained from Fixation data stream aren’t congruent? I compare same timestmp.
Ex
X:1859.9 Y:961.8 Timestamp:1740003ms [gaze]
X:1867.6 Y:965.6 Timestamp:1740003ms [fixation]
Ex2
X:546.4 Y:288.7 Timestamp:1673166ms [gaze]
X:547.3 Y:289.1 Timestamp:1673166ms [fixation]
Sometimes similar but same value is nothing
2.My Predecessor built some systems with c++ and EyeX SDK.
So I’m using C++ now. However New Core SDK is C#. Do you have Core SDK for C++
Could you please tell me if you know of any way.
Thank you