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
- Host: GitHub
- URL: https://github.com/kittenyang/facetrigger
- Owner: KittenYang
- License: mit
- Created: 2020-01-17T16:12:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-20T03:52:42.000Z (over 5 years ago)
- Last Synced: 2025-03-20T13:32:24.398Z (2 months ago)
- Language: Swift
- Size: 60.5 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ARFaceTrigger
[](https://travis-ci.org/KittenYang/ARFaceTrigger)
[](https://cocoapods.org/pods/ARFaceTrigger)
[](https://cocoapods.org/pods/ARFaceTrigger)
[](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.