Home Forums Software Development How to Connect Tobii 4C to Customized Program Reply To: How to Connect Tobii 4C to Customized Program

#12331
Zhenyi He
Participant

Thanks!

I tried some eye tracker demo. That is really impressive. I think it is really accurate as I expected.

Also, I downloaded c++ SDK. I successfully ran the sample code. Based on my understanding, I can get the windows coordinate system of my gaze/focus. This is exactly the information I want to retrieve.

My question is how to connect that information to my personal program? Shall I issue a mouse/keyboard event, like how the windows 10 eye control? Is there any recommended way to visualize where my gaze is?

I haven’t tried C# core SDK. Does it have different features?