Skip to main content
Version: Beta

Web

Calibration Service

  • The Eyedid(SeeSo) Web SDK provides Calibration Service Page.

  • There are two types of service pages:

    • Normal Calibration Service Page

    • Quick Calibration Service Page

  • By using Eyedid(SeeSo) Calibration Service Page, there is no need to implement own Calibration UI Page in your web application.

Normal Calibration Service Page

  • Use static function openCalibrationPage from the Eyedid(SeeSo) Web SDK.

  • This will direct web to the Normal Calibration Servie Page.

  • After the calibration, the web will be redirected to the redirectUrl with query parameter calibrationData.

  • This option will require user device settings in directed config page.

Quick Calibration Service Page

  • Use static function openCalibrationPageQuickStart from the Eyedid(SeeSo) Web SDK.

  • This will direct web to the Quick Calibration Servie Page.

  • After the calibration, the web will be redirected to the redirectUrl with query parameter calibrationData.

  • This option does not require any user device settings.

Calibration Process & Data

  • The Calibration process will be run on the directed calibration page.

  • The result calibrationData is passed to the query parameter of the redirectedUrl page.

  • This calibrationData can be used in the Eyedid(SeeSo) Web SDK of the redirectedUrl page.

More information about Calibration Service Page API function.