Jump to content
  • 0

EglRenderer.FrameListener is not working


Bhushan Gurnule
 Share

Question

Hi , 

I am using Ant_media Android SDK to make peer to peer call , 
my requirement is to get Bitmap of the frames that are being rendered on the surface ,
fir this i have found there is Listener  available  that provides Bitmaps , but the problem is that Listener is not providing any bitmaps , it suppose to work , but someHow it is not working 
i amusing that Listener  given below 

        cameraViewRenderer.addFrameListener(new EglRenderer.FrameListener() {
            @Override
            public void onFrame(Bitmap frame) {
                Log.d(TAG,"New Bitmap found");
            }
        }, 1f);

I am not sure what is wrong with this Listener , any advice or help is appreciated 

Thank you 
Bhushan

Link to comment
Share on other sites

  • Answers 1
  • Created
  • Last Reply

Top Posters For This Question

Top Posters For This Question

1 answer to this question

Recommended Posts

 Share

×
×
  • Create New...