GLSurfaceView is a subclass of SurfaceView for Android.
I need to be able to capture an image of a GLSurfaceView at certain moment in time. I have the …
java android screen-capture glsurfaceviewI'm making a virtual reality application where the camera should detect faces, locate them and show their location on the …
android android-camera glsurfaceviewI 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 glsurfaceviewSorry for my English. My work is based on https://github.com/harism/android_page_curl/ After many hours of …
android opengl-es android-relativelayout glsurfaceviewLike many others, I am trying to draw 3D objects (using GLSurfaceView) on camera preview (using SurfaceView), along with some …
android surfaceview z-order glsurfaceviewI am getting confused with EGL. My GLSurfaceView creates an EGLContext. Now I create a shared context. Now I need …
android glsurfaceview textureviewI am newbie in android application development. I want to create an application that get stream from camera and show …
android camera grid lines glsurfaceviewI've been struggling with this for 2 days now... Following this answer: https://stackoverflow.com/a/2006454/444324 - it is mentioned that …
android surfaceview glsurfaceviewI started an Android OpenGL application and I have the following classes: class A extends Activity class B extends GlSurfaceView …
android button surfaceview glsurfaceviewI 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