Skip to content

Instantly share code, notes, and snippets.

@corycorvus
Created June 10, 2020 18:25
Show Gist options
  • Save corycorvus/41184879b3f0765461333de59e0571fc to your computer and use it in GitHub Desktop.
Save corycorvus/41184879b3f0765461333de59e0571fc to your computer and use it in GitHub Desktop.
void EyeCalibration()
{
Debug.Log("Start Calibration");
int result = ViveSR.anipal.Eye.SRanipal_Eye_API.LaunchEyeCalibration(System.IntPtr.Zero); // Ptr not implemented so using Zero
Debug.Log("Finish Calibration: " + result);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment