You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used this library in here : http://mvnrepository.com/artifact/io.pristine/libjingle/9944
and use the gl.glReadPixels(x, 0, w, y+h, GL10.GL_RGBA, GL10.GL_UNSIGNED_BYTE, intBuffer);
method in my Activity,but returned bmp is black(perhaps because not completely worked method OnDraw).And I do not can extended my custom class from VideoRendererGui class,and redefine OnDraw method.
update: I am use old example https://libjingle.googlecode.com/svn-history/r287/trunk/talk/examples/android/ but in my version libjingle(9944) does not exist the "deepcopy" method in I420Frame
and my View is green,and after 5-10 seconds appears "Camera failure" error.
Can you help me?
The text was updated successfully, but these errors were encountered:
If you use a SurfaceViewRenderer to render your video stream, you can use surfaceViewRenderer.addFrameListener, to attach a listener. Then, you will have a callback with a bitmap of each frame
I used this library in here : http://mvnrepository.com/artifact/io.pristine/libjingle/9944
and use the gl.glReadPixels(x, 0, w, y+h, GL10.GL_RGBA, GL10.GL_UNSIGNED_BYTE, intBuffer);
method in my Activity,but returned bmp is black(perhaps because not completely worked method OnDraw).And I do not can extended my custom class from VideoRendererGui class,and redefine OnDraw method.
update: I am use old example https://libjingle.googlecode.com/svn-history/r287/trunk/talk/examples/android/ but in my version libjingle(9944) does not exist the "deepcopy" method in I420Frame
and my View is green,and after 5-10 seconds appears "Camera failure" error.
Can you help me?
The text was updated successfully, but these errors were encountered: