glsurfaceview Questions

3

Solved

Recently I am learning android Camera and OpenglES by grafika (Thanks fadden).It's good on most device, but I encounter bugs in some device, espacially MTK device(such as MT6580,MT8163...). For ex...
Dextrality asked 11/8, 2015 at 14:1

0

Is there a good way to draw standard Android View objects on top of a GLSurfaceView and synchronize the movement between the two layers? My layout looks like <FrameLayout> <RelativeLayout...
Pierpont asked 20/1, 2023 at 14:45

6

Sorry for my English. My work is based on https://github.com/harism/android_page_curl/ After many hours of research, I have found a few solutions, but not for all the issues what I have in my app...
Endometrium asked 26/5, 2013 at 18:56

4

Solved

In my openGL game, I draw my scene normally using a GLSurfaceView.Renderer class in the onDrawFrame(). However, when I am displaying a loading screen I would like to force the screen to draw after ...
Harhay asked 23/6, 2011 at 15:47

0

I use GLSurfaceView in my app and recently discovered a strange behavior when resizing it. Finally, I figured out what causes the problem in my app and created a simple example to reproduce it. Let...
Overlap asked 9/9, 2020 at 12:57

2

Solved

Please, can someone provide good example of using CameraX library with GLSurfaceView, can't find any information.
Supporter asked 22/7, 2019 at 17:27

1

ExoPlayer - SurfaceView Camera2 + MediaCodec - GLSurfaceView I am using the above view groups for playing video and camera recording. UI-1: Exo-Surf at the center and Cam-GLS in the top right co...
Schizomycete asked 23/5, 2020 at 2:7

0

I'm using camera recorder library for video recording it's use GLSurfaceView. In my layout on VideoView I overlay GLSurfaceView. It's showing Circle shape when I overlay GLSurfaceView over ImageVi...
Divorce asked 9/1, 2020 at 8:59

0

I work with an SDK that provides a rectangular GLSurfaceView through a callback. I want to be able to render this view in a circular layout. (i.e.) I would like to display the view on a circular v...
Anosmia asked 9/1, 2020 at 7:18

4

Solved

I need to be able to capture an image of a GLSurfaceView at certain moment in time. I have the following code: relative.setDrawingCacheEnabled(true); screenshot = Bitmap.createBitmap(relative.getD...
Trott asked 1/4, 2011 at 13:35

0

I have a simple Android application that renders data with our OpenGL rendering SDK to an Android GLSurfaceView. Since we provide and SDK for others to use we need to support all use cases for the ...
Dander asked 25/10, 2017 at 10:44

1

I'm looking for help with an issue I'm facing using Grafika's CameraCaptureActivity code. I want to build an app that can record camera and display a preview, so this sample and code looked like ex...
Reconstructionist asked 13/4, 2016 at 10:23

0

I'm trying to achieve the following view: If the views were layered (bottom to top): layer 1: basic XML layout (image, buttons etc) layer 2: OpenGL scene with transparent background such that ...

1

I am working on photo editing app. I am using GPUImageView to apply effects.I want to display multiple thumbnail size images with different different effects in recycler view so that user gets the ...
Anis asked 21/7, 2015 at 4:49

1

What is the best way for Camera Live filters. I am recently using GPUImage Library from Link: https://github.com/CyberAgent/android-gpuimagelibrary. Than I have found SurfaceView and GLSurfaceView....
Ics asked 14/6, 2016 at 9:59

2

Solved

The Setup : A RelativeLayout with a GLSurfaceView and a Button as shown in the image.. The Problem: Lets say I have other triangle models (The one in the picture being the initial model)... I wi...
Darlinedarling asked 25/1, 2013 at 13:26

2

I am working on a game and I want an EditText position above the soft keyboard when it pops up. Here is what my code looks like when I build the View Hierarchy in my Main Activity: getWindow().ad...

2

My app is composed (from back to front) of an image background, then a glSurfaceView containing a 3D object and on the top 2 buttons. I want the background of the GLSurfaceView to be transparent an...
Coauthor asked 27/11, 2013 at 16:8

6

I'm writing an Information Visualization API for Android and ran into a problem trying to place two units of a custom GLSurfaceView into a Layout. The Custom GLSurfaceView at this point is simply a...
Hilleary asked 14/2, 2011 at 10:31

1

Solved

I am trying to overlay stickers on face using OpenCV and OpenGL. I am getting the ByteBuffer inside the onDrawFrame: @Override public void onDrawFrame(GL10 unused) { if (VERBOSE) { Log.d(TAG, ...
Aretha asked 27/10, 2015 at 12:59

1

I am using this code to give multiple effect on bitmap that is on GlSurfaceView. apply-effects-on-image-using-effects Now, I want to save the bitmap. They have given the code to save the bitmap bu...
Diagnostician asked 16/9, 2015 at 6:27

1

Solved

I am implementing the webrtc in an Android project and I am based on this sample in github. This example uses the libjingle library. This is how the video render view is created: // Create video...
Catamount asked 21/8, 2015 at 11:55

1

Solved

This question may seem trivial and been asked many times, but I couldn't find an answer that will work for me. I have an ImageView and GLSurfaceView that is drawn on top of ImageView when I push a...
Monoculture asked 11/12, 2014 at 1:0

1

Solved

I am new to the world of Open Gl and I have googled a lot but i am unable to find a way to implement Effects on a video being played. After some research i have finally found a class that can be us...
Itemized asked 4/8, 2015 at 9:43

1

Solved

I'm working on a special UI in Android -Sandwich type, a small GalleryView on GLSurfaceView(with transparent areas) on top of background View (LinearLayout+some widgets). This is how I'm thinking o...
Chevron asked 24/8, 2012 at 10:11

© 2022 - 2024 — McMap. All rights reserved.