Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Quick start examples for Banuba Face AR SDK on iOS

License

Notifications You must be signed in to change notification settings

Banuba/quickstart-ios-swift

Repository files navigation

This repository is considered as outdated, prefer this repo as a basement for new projects.

Quick start examples for integrating Banuba SDK on iOS into Swift apps.

The example contains the following usecases:

  • apply effect to video from camera and show it on the screen,
  • apply effect to photo from the gallery,
  • apply effect to video from the gallery,
  • apply effect to video from camera and record video,
  • apply Makeup effect to photo and use Makeup API in realtime.

Important
The 'Photo Processing' view requires the Makeup effect. You can get the effect on banuba.com.

Usage

Token

Before you commit to a license, you are free to test all the features of the SDK for free. To start it, send us a message.
We will get back to you with the trial token. You can store the token within the app.

Feel free to contact us if you have any questions.

Getting Started

  1. Clone the repository
  2. Install CocoaPods if you don't have it.
  3. Install required project dependencies by running pod install.
  4. Copy and Paste your client token into appropriate section of quickstart-ios-swift/BanubaClientToken.swift
  5. Open generated workspace (not a project!) in Xcode and run the example.

Docs

You can find more info here.