Jump to content

banila2

Verified Members
  • Posts

    3
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. 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
  2. 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
  3. I am also interested in the callback sampling rate. In my testing it was very inconsistent: I am not sure if it was context switching overhead, or the callback itself.
×
×
  • Create New...