banila2 Posted June 13, 2020 Share Posted June 13, 2020 Hello, I am using the callback from C++ and I'm only getting 62 samples per second. This seems weird to me. From time to time I also get "Initialisation failed" from the eye calibration. I am using the SRanipal_Sample to initialise the Eye engine. my callback: auto prev = std::chrono::steady_clock::now(); void callback(ViveSR::anipal::Eye::EyeData const& eye_data) { auto now = std::chrono::steady_clock::now(); auto diff = now - prev; printf("[Sample timedelta] %.5f [timestamp] %d \n", (diff.count()/1000000000.0f), eye_data.timestamp); prev = now; } banila2 @Corvus @Daniel_Y Link to comment Share on other sites More sharing options...
Hank_Li Posted August 5, 2020 Share Posted August 5, 2020 Hi @banila2 Please give me your log file which path is C:\Users\user_name\AppData\LocalLow\HTC Corporation\SR_Logs thanks Link to comment Share on other sites More sharing options...
banila2 Posted August 5, 2020 Author Share Posted August 5, 2020 Hello, thank you for your reply. Here are my logs: EyeCameraModule.log EyePredictionModule.log LCameraModule.log LPredictionModule.log SRanipal_Update_Service.log SRWorks.log SR_Runtime.log ViveSR_Client.log@Hank_Li Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now