Web SDK
2.5.2 (npm version 0.2.4)
Mar 12, 2025
updated
- Performance improvements were made.
2.5.2
Mar 25, 2024
fixed
- Fixed Calibration Data setting bugs.
- Fixed minor bugs.
added
- Add code according to direction rotation when using a mobile device.
2.5.1
Oct 17, 2023
fixed
- Fixing a bug where the tab doesn't switch in the browser.
- Fixed the warning related to willReadFrequently.
- Fixed
openCalibrationPageQuickStartandopenCalibrationPagefunction.
added
- You can turn the logs on or off during debugging with the
setDebugModefunction.
2.5.0
July 20, 2023
- Mobile browser compatibility
- Added faceCallback function
- Modified UserStatus callback
2.4.2
Dec 8, 2022
Common Changes
- UserStatus Callback bug fixed.
- setAttentionReiong added.
2.4.1
July 5, 2022
Common Changes
- setCalibrationData() bug fixed.
- Other minor bug fixes.
2.4.0
May 17, 2021
Common Changes
-
The enum
InitializationErrorTypeinonInitailzed()API has been changed.- (16):
.AUTH_EXPIRED_KEYmeans using expired license key. - (17):
.ERROR_NOT_ADVANCED_TIERmeans trying to use User Status Detector with basic production license key.
- (16):
-
General
User Status ModeinGazeTrackeris now available.
-
Added User Status:
- User Attention
- User Drowsiness
- User Eye Blinks
-
In
developementmode:User Status Modecan be activated withinitGazeTrackerin development environment.
-
In
productionmode:User Status Moderequires extra license activation step in production environment.
-
Please contact to the SeeSo team for more information.
2.3.1
April 12, 2021
Common Changes
- Fixed internal logic.
2.3.0
March 26, 2021
-
First release. 😎
-
Chrome and Firefox browsers are supported.
-
Unlike
mobile, you have to implement receiving camera images yourself.