Skip to content

ProgrammerFaraz/Face-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Face Detection Camera Swift

Version License

Requirements

  • Xcode 13.0 or higher.
  • iOS 15.5 or higher.

Usage

  • Initialize viewcontroller in any class and use easy way.
let vc = FaceDetectionCameraViewController()
vc.delegate = self
self.navigationController?.pushViewController(vc, animated: true)
  • Implement delegate method and use the captured image.
extension ViewController: ImageCapturedDelegate {
    func didCaptureImage(image: UIImage?) {
        //show image
    }
}

Author

ProgrammerFaraz, [email protected]

License

Face-Detection is available under the MIT license. See the LICENSE file for more info.

About

Face Detection Camera using Vision framework for iOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages