banila2 Posted June 13, 2020 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
Hank_Li Posted August 5, 2020 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
banila2 Posted August 5, 2020 Author 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
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