- Overview: Eyedid SDK Overview
- Quick Start: Android Quick Start Guide
- API Reference: Eyedid SDK Android API Documentation
- Minimum SDK Version: 23
- Target SDK Version: 34
- Device: Must be run on a real Android device (emulator not supported)
- Internet Connection: Required
- License Key: A license key issued from Eyedid SDK Manage is required
- Clone or Download the Project
git clone https://github.com/visualcamp/eyedid-android-sample.git
- Setting License Key
- Obtain a license key from https://manage.eyedid.ai/
- Open the
MainActivity.java
file and enter your license key:// TODO: change licence key private final String EYEDID_SDK_LICENSE = "typo your license key";
- Grant Camera Permission
- Allow the app to access the device’s camera.
- Start Tracking
- Run the app and start tracking!
If you have any questions or need assistance, please feel free to contact us
All rights to the Eyedid Android SDK are owned by VisualCamp. Unauthorized copying, modification, distribution, or any other form of use is strictly prohibited without explicit permission from VisualCamp. Please refer to the license agreement provided with the SDK for more details.
The sample project provided with the Eyedid Android SDK is distributed under the MIT License. You are free to use, modify, and distribute this sample project, provided that you include the original copyright and permission notice in all copies or substantial portions of the software.