- Overview: Eyedid SDK Overview
- Quick Start: iOS Quick Start Guide
- API Reference: Eyedid SDK iOS API Documentation
- Minimum iOS Target: 13.0
- Device: Must be run on a real iOS 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-ios-sample.git-
Install Dependencies
- Navigate to the project directory and run the following command to install all dependencies via CocoaPods:
cd eyedid-ios-sample pod install -
Setting License Key
- Obtain a license key from https://manage.eyedid.ai/
- Open the
ViewController.swiftfile and enter your license key:// TODO: change licence key let license : String = "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 iOS 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 iOS 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.
