SDK Demo
To get started with the GlamAR SDK, follow these steps and understand how you can integrate GlamAR SDK within your existing application. If you need further assistance, please contact us at support@glamar.io.
Clone the repository
To clone the repository:
git clone https://github.com/pixelbin-io/glamar-android/tree/v2.0.0
You can follow a thorough guide click here
Prerequisites
Make sure you have your access key setup under Pixelbin > GlamAR console and Under tab GlamAR > Skin Analysis, should have atleast one app with its appId.
If not completed , click here
Run Locally
Open sciprt MyApp.kt inside sample project. Under Create() function we have the GlamAr.init function, update the accessKey with your accessKey and skinAnalysis>appId to your appId. Now you are ready to run the project locally.