-
-
Save SunXiaoShan/47be94ba07f98a502407456b7a2503a3 to your computer and use it in GitHub Desktop.
FD
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- (void)viewDidLoad { | |
[super viewDidLoad]; | |
self.faceDetectionComponent = [[FaceDetectionComponent alloc] initWithPreviewView:self.previewView]; | |
[self.faceDetectionComponent setupAVCapture]; | |
[self.faceDetectionComponent setBorderImage:[UIImage imageNamed:@"border"]]; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment