Skip to content

Instantly share code, notes, and snippets.

@SunXiaoShan
Created March 22, 2018 06:18
Show Gist options
  • Save SunXiaoShan/47be94ba07f98a502407456b7a2503a3 to your computer and use it in GitHub Desktop.
Save SunXiaoShan/47be94ba07f98a502407456b7a2503a3 to your computer and use it in GitHub Desktop.
FD
- (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