Home Forums Software Development Calibration profile on core vs pro sdk

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #18691

    Hi,

    We have developed an app that works both with core sdk and pro sdk. In addition, we are using two methods for calibration, core for binocular and pro skd for monocular. Is it possible to know which user calibration profile is used each time I run the sdk? For example, how can I be sure that the calibration profile that is being used from pro sdk is the monocular one and not the binocular one? Are the calibration profiles for core and pro stored in different places?

    Thank you,

    #18702
    Grant [Tobii]
    Keymaster

    Hi @torrero007, interesting question! Within the Core SDK, all calibration is handled by Tobii’s own Core Software so this API does not expose any significant details regarding the calibration profile.

    I suspect therefore the best bet is to query the currently loaded calibration via the Tobii Pro SDK.

    Looking at the available documentation online (http://developer.tobiipro.com/commonconcepts/calibration.html) perhaps you could try to call the function:

    CalibrationStatus.SuccessLeftEye

    which may return a non-successful output if the calibration was previously binocular. You can also reach out to Tobii Pro Support and their Pro SDK specialist may have a better suggestion.

    Please do let us know how you get on. Best Wishes.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.