Home Forums Software Development Question about Tobii EyeX SDK

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #5787
    Benny Leung
    Participant

    Hi all,

    I tried to use the Tobii EyeX SDK and follow the instruction in below link:

    http://developer.tobii.com/getting-started-tobii-eyex-sdk-for-unity/

    I cannot reach the step 3 that the zip do not contain the EyeXFramework.unityPackage
    What should I do for this part?

    Thank you
    Benny

    #5798
    Jenny [Tobii]
    Participant

    EDIT: The tutorial has now been updated.

    Hi Benny,

    I’m sorry about this, this is totally my mistake. I forgot to update this tutorial when replacing the Tobii EyeX SDK for Unity with the new Tobii EyeTracking SDK for Unity 5 (Beta). I will fix this soon.

    In the meantime:
    – Import the unitypackage you find in the root folder of the SDK zip,
    – add component EyeTracking -> Gaze Aware,
    – in the SpinOnGaze script:
    — add “using Tobii.EyeTracking;”
    — change “GazeAwareComponent” to “GazeAware”
    — change “HasGaze” to “HasGazeFocus”

    That should do the trick.

    #5810
    Benny Leung
    Participant

    Hi Jenny

    Sorry that I still did not understand some steps:

    – Import the unitypackage you find in the root folder of the SDK zip,
    – add component EyeTracking -> Gaze Aware, (add in (C:\Program Files (x86)\Tobii) here?)
    – in the SpinOnGaze script: (I cannot find the SpinOnGaze either(C:\Program Files (x86)\Tobii) or SDK zip)
    — add “using Tobii.EyeTracking;” (I cannot find (Tobii.EyeTracking) in the zip fiile)
    — change “GazeAwareComponent” to “GazeAware” (I cannot find (GazeAwareComponent) in the zip fiile)
    — change “HasGaze” to “HasGazeFocus” (I cannot find (HasGaze) in the zip fiile)

    Benny

    #5830
    Grant [Tobii]
    Keymaster

    Hi Benny,

    If you check out the tutorial now, you will see the steps are now very explicit with pictures
    to demonstrate what to do.

    For example, add “using Tobii.EyeTracking;” is not a file but a function to add within the code.

    Please go through the steps we have created carefully and let us know if you still have problems
    to understand.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.