Jump to content

VIVE_Jason_Lu

Verified Members
  • Posts

    11
  • Joined

  • Last visited

Posts posted by VIVE_Jason_Lu

  1. Hi @Assc:

    (#1) The data `gaze_origin_mm` represents to your eye location and the origin point is in the middle of your HMD. So if you want to know which point you are looking at, you should use the data: `gaze_direction_normalized`

    (#2) Assume both SINGLE_EYE_DATA_GAZE_ORIGIN_VALIDITY and SINGLE_EYE_DATA_GAZE_DIRECTION_VALIDITY are valid, others are invalid. The `eye_data_validata_bit_mask` will be 3 (decimal integer). So the GetValidity() function will offset according to given parameter to check it's validity.

    (#3) We are not support `convergence_distance_mm` now.

     

    Regards,

    Jason

  2. Hi @GestureLab

    It's weird since after you rebuild the plugin, it should work.

    Can you help me check some details?

    1. Check the Plugin's binary files, it's in: Plugins/SRanipal/Binaries/Win64/. The binary files should include 5 dlls and 1 lib file.

    2. Check the OS you are currently use, it should be Win10 64bit.

    3. You can either try some work around. Open the file: Plugins/SRanipal/SRanipal.uplugin and change the "Installed": false to "Installed": true.

     

    Regards,

    Jason Lu

    • Like 1
  3. Hi imarin:

     

     

    According to your symptom, perhaps the problem is on your framework GameObject setting.

    The SRanipalEyeFramework game object has an option to choose enable which version's framework.

    I have test with the latest SDK,  the prefab's default enable version will be set to "Version1". So you can get proper value in original version eye framework.

    You can checkout the "Enable Eye Version" first in the game object's inspector.

     

    If it still not working, maybe you can check if our sample scene: EyeSample_v2 can works properly or not.

    If the sample is not working either, please let me know. Thanks!

    framework_setting.PNG.d5dce87885988df2687e1eeb51a5c3b9.PNG

    Expression.PNG.0ab7105944445384217f6b42174f8262.PNG

     

    Best Regards,

    Jason

     

  4. Hi imarin:

     

    First, you can check you SR_Runtime version by right click the system tray icon, we support eye expression since version 1.1.0.1.

    Second, you can check you are initial the right eye tracking version in Unity or Unreal. (SRanipal_Eye_v2)

    The origin eye tracking do not support eye expression.

     

    Regards,

    Jason

×
×
  • Create New...