Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 962 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 962 Bytes

Face Detection

Build Status

Note: this example requires Xcode 11 and iOS 13 or later.

In progress: currently this project uses CIDetector to identify faces. I am working on updating the project to use the Vision framework, and to use SwiftUI and Combine.

Sample project for detecting faces from a live camera feed using Swift and Core Image API's.

Apple documentation for face detection is available here for Objective-C. This project migrates the code to Swift and integrates it with a live camera feed.

If you have questions or run into issues, please open a new issue or reach out to me on Twitter @iotize.