Alternative to PyGaze (Tobii 4C)

后端 未结 2 1238
深忆病人
深忆病人 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.

提交回复
热议问题