Created
June 10, 2020 18:25
-
-
Save corycorvus/41184879b3f0765461333de59e0571fc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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