How to create videosource #313
Unanswered
padi-dev-anhntn
asked this question in
Q&A
Replies: 1 comment 3 replies
-
@shogo4405 please help us. We appreciate your help. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Our problem is using a 3rd party to create a filter for the face then push it to the stream via rtmp. I have successfully used haishinkit for ios but I have not been able to use it successfully on android.
I am trying to create a videosource for Haishinkit but cannot find any examples or solutions that work.
public void frameAvailable(Image image) { }
Source code demo : We are using with the following source example source DeepAR
Update config in MainActivity.java with this API key
deepAR.setLicenseKey("REDACTED");
Beta Was this translation helpful? Give feedback.
All reactions