Top "Glsurfaceview" questions

GLSurfaceView is a subclass of SurfaceView for Android.

Capture screen of GLSurfaceView to bitmap

I need to be able to capture an image of a GLSurfaceView at certain moment in time. I have the …

java android screen-capture glsurfaceview
Android draw on camera preview

I'm making a virtual reality application where the camera should detect faces, locate them and show their location on the …

android android-camera glsurfaceview
Using GLSurfaceView class with android xml layouts

I want to make use of the android xml layouts. I have put a glSurfaceView in a frame layout to …

java android android-layout opengl-es glsurfaceview
Android GLSurfaceView transparent background without setZOrderonTop

Sorry for my English. My work is based on https://github.com/harism/android_page_curl/ After many hours of …

android opengl-es android-relativelayout glsurfaceview
How to properly use setZOrderMediaOverlay on Android?

Like many others, I am trying to draw 3D objects (using GLSurfaceView) on camera preview (using SurfaceView), along with some …

android surfaceview z-order glsurfaceview
TextureView vs. GLSurfaceView or How to use GLSurfaceView with EGL14

I am getting confused with EGL. My GLSurfaceView creates an EGLContext. Now I create a shared context. Now I need …

android glsurfaceview textureview
Android - show grid lines on camera

I am newbie in android application development. I want to create an application that get stream from camera and show …

android camera grid lines glsurfaceview
Playing video in a GLSurfaceView instead of SurfaceView

I've been struggling with this for 2 days now... Following this answer: https://stackoverflow.com/a/2006454/444324 - it is mentioned that …

android surfaceview glsurfaceview
Android glSurfaceView with overlay using XML/Java

I started an Android OpenGL application and I have the following classes: class A extends Activity class B extends GlSurfaceView …

android button surfaceview glsurfaceview
Android GLSurfaceView with drawable background

I have a GLSurfaceView with a drawable as background, however only the background is visible when rendered without surfaceView.setZOrderOnTop(…

android opengl-es background drawable glsurfaceview