PyGaze doesn't currently implement the new Tobii SDK, module tobii_research:
http://developer.tobiipro.com/python/python-sdk-reference-guide.html
I've successfully adapted an experiment to use this SDK using inline code in OpenSesame, so I think I'm in a position to try and add this. I'm creating this issue to flag it up to anyone else who is interested (and as a reminder to myself!).
It seems that older Tobii devices don't support this new SDK, and newer devices don't support the old one -- and I'm not sure whether there are any in the middle that support both.
This SDK uses a callback which can cause problems in OpenSesame, see:
open-cogsci/OpenSesame#545
(the solution is probably to restrict what's done in the callback, rather than making changes to OpenSesame)
PyGaze doesn't currently implement the new Tobii SDK, module
tobii_research:http://developer.tobiipro.com/python/python-sdk-reference-guide.html
I've successfully adapted an experiment to use this SDK using inline code in OpenSesame, so I think I'm in a position to try and add this. I'm creating this issue to flag it up to anyone else who is interested (and as a reminder to myself!).
It seems that older Tobii devices don't support this new SDK, and newer devices don't support the old one -- and I'm not sure whether there are any in the middle that support both.
This SDK uses a callback which can cause problems in OpenSesame, see:
open-cogsci/OpenSesame#545
(the solution is probably to restrict what's done in the callback, rather than making changes to OpenSesame)