Home Forums Unity SDK [Solved] Can oly track the right half of the screen Reply To: [Solved] Can oly track the right half of the screen

#13729
Bamann
Participant

The windows update that rendered the tracker unusable was solved after uninstalling Tobii application and then reinstalling. Can you please guide me as how to use the api solution that would do the same as the coreSDK code below?
var host = new Host();

// 2. Create stream.
var gazePointDataStream = host.Streams.CreateGazePointDataStream();

// 3. Get the gaze data!

gazePointDataStream.GazePoint((x, y, ts) =>g.DrawString(drawString, drawFont, drawBrush, Convert.ToInt16(x), Convert.ToInt16(y), drawFormat));