Git Product home page Git Product logo

fuagorademodroid's Introduction

Agora Video With Faceunity

This doc helps you quickly get started with an Agora real-time video call with FaceUnity effects available.

Refer to Faceunity API reference for the use of FaceUnity SDK.

Refer to Agora API reference for how to implement Agora interacting video calls.

Since the use of third-party video processing librarie needs custom capture and rendering, please refer to Custom Video Source and Renderer

Quick Start

This section shows you how to configure and run the project.

Obtain an Agora App ID and FaceUnity licence

  1. You must obtain an Agora app ID. When creating an Agora rtc engine, the engine needs the app id to identify your application. Locate the project file app/src/main/res/values/strings.xml and replace <#YOUR APP ID#> with the app id.
<string name="agora_app_id"><#YOUR APP ID#></string>
  1. Contact [email protected] and get a licence file authpack.java, then copy this file to project folder app/src/main/java/io/agora/rtcwithfu/authpack.java. Note this licence determines which FaceUnity functions/effects you are allowed to use.

Configure Agora SDK

Now the demo automatically imports Agora Video SDK from JCenter. By default you do not need to download Agora Video SDK anywhere else.

Capture and Rendering

This project uses a custom camera capture & rendering library app/libs/video-capturer.aar. If you want to know more about source code and how to use, please go to Here.

Contact Us

  • If you have questions, take a look at FAQ first
  • Dive into Agora SDK Samples to see more tutorials
  • Take a look at Agora Use Case for more complicated, real-world use cases
  • More projects maintained by community can be found at Agora Community
  • You can find full API documentation at Document Center
  • You can ask questions or see others' solutions in Stack Overflow
  • If you find a bug of this project, please post an issue here issue

License

The MIT License (MIT)

fuagorademodroid's People

Contributors

kurtchen1988 avatar benyq avatar tujhgogo avatar jdbbjd avatar s55763986 avatar zaogaodeshazi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.