Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 1.08 KB

File metadata and controls

18 lines (9 loc) · 1.08 KB

Configuration Guide

English | 中文

This example provides two FaceUnity beauty access methods, single input (NV21 only) and dual input (NV21 and texture). Dual input has less NV21 to texture operation than single input, and the conversion performance is relatively high, but on low-end machines, the sticker may not follow the face, etc. It is recommended to choose the appropriate access method according to the customer.

The plug-in cloud market provides a more convenient integration method. You can log in to the sound network console to view the integration tutorial

3 License

Contact sales@agora.io and get a licence file authpack.java, then copy this file to project folder src/main/java/io/agora/rtcwithfu/authpack.java. Note this licence determines which FaceUnity functions/effects you are allowed to use.

4 Configure compilation

  • Set the beauty_faceunity variable in gradle.properties in the project directory to true
  • compile and run