An open API service indexing awesome lists of open source software.

https://github.com/kittenyang/facetrigger

An easy-to-use wrapper of ARKit Face Tracking API
https://github.com/kittenyang/facetrigger

Last synced: 2 months ago
JSON representation

An easy-to-use wrapper of ARKit Face Tracking API

Awesome Lists containing this project

README

        

# ARFaceTrigger

[![CI Status](https://img.shields.io/travis/KittenYang/ARFaceTrigger.svg?style=flat)](https://travis-ci.org/KittenYang/ARFaceTrigger)
[![Version](https://img.shields.io/cocoapods/v/ARFaceTrigger.svg?style=flat)](https://cocoapods.org/pods/ARFaceTrigger)
[![License](https://img.shields.io/cocoapods/l/ARFaceTrigger.svg?style=flat)](https://cocoapods.org/pods/ARFaceTrigger)
[![Platform](https://img.shields.io/cocoapods/p/ARFaceTrigger.svg?style=flat)](https://cocoapods.org/pods/ARFaceTrigger)

## Example

To run the example project, clone the repo, and run `pod install` from the Example directory first.

```swift
self.faceTrigger = ARFaceTrigger(hostView: self.view, delegate: self)
self.faceTrigger?.hidePreview = false
self.faceTrigger?.start()
````

## Requirements

## Installation

FaceTrigger is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod 'ARFaceTrigger'
```

## Author

KittenYang, [email protected]

## License

FaceTrigger is available under the MIT license. See the LICENSE file for more info.