Anilkumar

Results 19 comments of Anilkumar

Thanks for the reply @LichKing-2234 After Analyzing the DepAR, It does not provide the processed video frame that can be pushed to Agora, instead it sets the processed frame as...

@littleGnAl I looked at the Example. Since it's a native implementation, they are creating the surface view and adding the render from DeepAr directly to the surface view and it...

so should I create a platform view plugin in the Agora Flutter plugin Android code? Or Can you give me any pointers on where should I create this Platform view,...

@littleGnAl I went on to create a Platformview implementation on the native side. And I implemented the RTCEnginePlugin on my platform view so that I can get the RtcEngine Instance....

Thanks @littleGnAl I was able to create the native implementation for DeepAR in Android. Is it possible to create the platformview plugin using the pigeon library. Or should I use...

Thanks @littleGnAl I am able to create the platform view with method channel and verified that deepAR is working is expected in the native Android side. But I am facing...

@littleGnAl Yes I've set the setExternalVideoSource function. And Im not getting RtcEngine initialized function inside my platform view. I can only get the RtcEngine inside the plugin register view factory...

> Maybe you should check the result of `pushExternalVideoFrame` function, to see if success or not. You are right, its false.

There is an instance RtcEngine, but the pushexternalvideo frame function failed. is this related to using an old instance of RtcEngine the second time? Is there any way to check...

@littleGnAl I tried to check if the RTcEngine I get is the same instance or different. While logging the RtcEngine reference first and second time, the reference was completely different....