Latest | 0.0.1 |
---|---|
Homepage | https://github.com/peacemoon/LaughCamera |
License | MIT |
Platforms | ios 8.0, requires ARC |
Frameworks | UIKit, AVFoundation, CoreMotion |
Authors |
LaughCamera
This project is a mashup of Fastttcamera Project from IFTTT (https://github.com/IFTTT/FastttCamera) and DSFacialGestureDetector (https://github.com/dannyshmueli/DSFacialGestureDetector)
See "Example" Project to know how to use the library
Author
License
LaughCamera: MIT
FastttCamera: IFTTT Inc
DSFacialGestureDetector: dannyshmueli
Latest podspec
{ "name": "LaughCamera", "version": "0.0.1", "summary": "A fast, straightforward implementation of AVFoundation camera with customizable real-time photo filters (and facial gestures recognition).", "homepage": "https://github.com/peacemoon/LaughCamera", "license": "MIT", "authors": { "An Tran": "[email protected]" }, "source": { "git": "https://github.com/peacemoon/LaughCamera.git", "tag": "0.0.1" }, "social_media_url": "https://twitter.com/peacemoon", "platforms": { "ios": "8.0" }, "requires_arc": true, "compiler_flags": "-fmodules", "frameworks": [ "UIKit", "AVFoundation", "CoreMotion" ], "source_files": "LaughCamera/*.{h,m}" }
Mon, 29 Feb 2016 20:32:03 +0000