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 setup one of the sample Android projects and have been able to get it running fine (see screenshot below).
Problem
Now I am trying to capture a frame from the stream and store it as an Image/Bitmap.
I am able to create a Bitmap out of any other View, but when I try it on my GLRsSurfaceView it creates an empty Bitmap. I'm triggering this capture with an on-screen Button, so I know there is data already being streamed.
Question
Is it possible to take a GLRsSurfaceView and store its contents to a Bitmap? If not, is there another way to achieve the same result?
The text was updated successfully, but these errors were encountered:
Intro
I setup one of the sample Android projects and have been able to get it running fine (see screenshot below).
Problem
Now I am trying to capture a frame from the stream and store it as an Image/Bitmap.
I am able to create a Bitmap out of any other View, but when I try it on my
GLRsSurfaceView
it creates an empty Bitmap. I'm triggering this capture with an on-screen Button, so I know there is data already being streamed.Question
Is it possible to take a
GLRsSurfaceView
and store its contents to a Bitmap? If not, is there another way to achieve the same result?The text was updated successfully, but these errors were encountered: