Jump to content

Are the combined eye data avaiable in Unity?


Recommended Posts

I am trying to get the combined eye data: convergence_distance_validity and convergence_distance_mm on Unity.

I use the following command to get the data, though the measured value is 0mm.

 

ViveSR.anipal.Eye.GetVerboseData(out VerboseData data);

Debug.Log(data.combined.convergence_distance_mm);

 

Are the combined data available? Or do I make mistakes to capture the data?

 

 

 

 

 

image.png

Link to comment
Share on other sites

  • 1 month later...
  • 3 months later...

Convergence Distance is not supported so convergence_distance_validity returns false, i.e. the value of convergence_distance_mm is not meaningful. 

However, CombinedEyeData.eye_data is supported. Generally, could check eye_data_validata_bit_mask to determine if the corresponding data is meaningful at calling time.

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...