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 ownCalibration UI Page
in your web application.
Normal Calibration Service Page
-
Use
static
functionopenCalibrationPage
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 parametercalibrationData
. -
This option will require
user device settings
in directedconfig
page.
Quick Calibration Service Page
-
Use
static
functionopenCalibrationPageQuickStart
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 parametercalibrationData
. -
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 theredirectedUrl
page. -
This
calibrationData
can be used in theEyedid(SeeSo) Web SDK
of theredirectedUrl
page.
More information about Calibration Service Page API function.