Skip to content

visualcamp/seeso-sample-android-kotlin

Repository files navigation

SeeSo Android Kotlin Sample

SeeSo

SeeSo is an AI based eye tracking SDK which uses image from RGB camera to track where the user is looking. Extra hardware is not required and you can start your development for free. In 2021, SeeSo was recognized for its innovative technology and won GLOMO Award for Best Mobile Innovation for Connected Living!

  1. Supports multi-platform (iOS/Android/Unity/Windows/Web-JS)
  2. Has simple and quick calibration (1-5 points)
  3. Has high accuracy and robustness compared to its competitors.

Documentation

Requirements

  • minSdkVersion: 23
  • targetSdkVersion: 31
  • It must be run on a real Android device.
  • It must be an internet environment.
  • SeeSo Android SDK
  • Must be issued a license key in SeeSo Manage

Setting License Key

How to run

  1. Clone or download this project.

  2. Copy the extracted aar into this project's /app/libs directory By now, the project structure should be like below

  3. Grant Camera Permission.

Add proguard rule (optional)

When building an Android App with minify enabled, some rules must be added to proguard-rules.pro in order to make the SeeSo SDK work properly.

Insert below code into app module's proguard-rules.pro.

-keep class camp.visual.libgaze.callbacks.JNICallbackDispatcher {
  *;
}

Contact Us

If you have any problems, feel free to contact us

Releases

No releases published

Packages

No packages published

Languages