iOS人脸识别 用苹果api<AVFoundation/AVFoundation.h>
Demo 地址 : https://github.com/wwpeter/FaceID.githttps://img-blog.csdnimg.cn/2020072417iOS 系统自带了人脸识别的方法,而且非常简单。无论针对图片 or 摄像头,都有系统级方法。一、使用 AVCaptureVideoDataOutput 需要实现AVCaptureVideoDataOutputSampleBufferDelegate 的代理方法。这个 delegate 会返回每个视频帧给我们,但不是我们常
原创
2020-07-24 17:43:53 ·
3439 阅读 ·
0 评论