• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps OpenGL Camera Preview Issue

jamgood96

Lurker
Hi All,

I'm working on an app that modifies the camera feed before displaying it on the screen. I'm using a GLSurfaceView to display the camera. Prior to displaying, I pass the camera feed to the renderer which modifies it.

I've attached a screenshot of the issue. On some phones, everything looks great. On other phones, something similar to the screenshot happens. I can't find any link between the phones that would explain the difference. I've tried the app on a DROID RAZR MAXX, one with 4.1.2 and one with a custom Rom that's 4.3; the 4.1.2 has issues. I've tried it on an S3 running 4.1.2 with no problems. I've tried it on a Galaxy Nexus running 4.2 and it has a similar issue. A DROID RAZR M has no issues either.

If snippets of code would be helpful, I'd be more than happy to provide them.

Thanks so much!

James

UPDATE
Here's a link to the source code and another screenshot. Does anyone have any suggestions for where else to get help on this issue?

http://stackoverflow.com/questions/19852680/android-opengl-camera-preview-issue
 

Attachments

  • Screenshot_2013-11-07-16-04-38.png
    Screenshot_2013-11-07-16-04-38.png
    698.9 KB · Views: 130
Back
Top Bottom