Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 679 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 679 Bytes

YLFaceuDemo

中文介绍

an iOS demo to demonstrate how to decorate face like faceu

It can be used to add special effects to broadcaster.

Main idea

Firstly, I use GPUImageUIElement to add a watermark to Camera Video Stream. Then I use CIDetector to decect the position of face and adjust the position of the watermark accordingly. The details can be found by reading the source code.

Faceu.png

The more details can be found here.