TuSDKVideoCameraFaceDetectionDelegate Protocol Reference
| Conforms to | NSObject |
|---|---|
| Declared in | TuSDKVideoCameraBase.h |
– onVideoCamera:faceDetectionResultType:faceCount:
人脸检测事件委托 (如需操作UI线程, 请检查当前线程是否为主线程)
- (void)onVideoCamera:(TuSDKVideoCameraBase *_Nonnull)videoCamera faceDetectionResultType:(lsqVideoCameraFaceDetectionResultType)type faceCount:(NSUInteger)countParameters
videoCamera |
相机对象 |
|---|---|
type |
人脸检测结果 |
count |
检测到的人脸数量 |
Declared In
TuSDKVideoCameraBase.h