AugustoEst / gazetrack

This library enables the use of different eye-trackers on the Processing environment.
32 stars 10 forks source link

Tobii Eye 4C head tracking output via UDP #4

Closed cutzmf closed 6 years ago

cutzmf commented 6 years ago

Hi!

Recently I've got this device and found that nothing can send data from it by UDP.

There is a thread on facetracknoir forum about phantom hope of origin UDP support.

I've found your repository and my question is in subject - Could you implement UDP sender for both gaze and head track?

AugustoEst commented 6 years ago

Hi,

That's definetily possible under the Tobii SDK. I just need to think of a good example of head tracking for interactive purposes in Processing.

AugustoEst commented 6 years ago

You can now track the user's eyes, in addition to their gaze - see the EyePositions Processing demo.

While this is not the HeadPose data stream, it still allows you to check where the user is in relation to the display (x-y-z, in both px and mm).

I'll close this now, as it is a request, and not an issue.