Alternative to PyGaze (Tobii 4C)

后端 未结 2 1218
深忆病人
深忆病人 2020-12-21 13:49

I used to work with an eye tracker Tobii Pro and wrote a Python script using PyGaze. I recently had to change of tracker and got a

相关标签:
2条回答
  • 2020-12-21 14:22

    You can see the various available SDKs for their products on their website. Apparently you have no less than three of them:

    • The Core SDK, for general interactive use, mainly in C#, although it offers a lower-level API in C# and C/C++.
    • The Gaming SDK supporting Unity, in C#.
    • The Pro SDK for analytical applications, in C, Python, Matlab and .Net Framework.

    Note that licensing of the SDKs vary.

    0 讨论(0)
  • 2020-12-21 14:30

    As stated on an early post, for assistance in development using the Tobii Pro SDK, you should reach out to Tobii Pro Support directly. The Python Binding of the Pro SDK does come with sample applications that demonstrate how to capture gaze data directly.

    Nevertheless, I am trying to develop a solution, also, around this issue. You can follow it here. It is under development, but still, you can wait for some news there.

    0 讨论(0)
提交回复
热议问题