I want to use the OpenGL ES for the Android camera preview and Save the captured Image.
I like to use the OpenGL ES in Android camera to give some effect to the Android camera. So please anyone tell me how to do it?
|
I want to use the OpenGL ES for the Android camera preview and Save the captured Image. I like to use the OpenGL ES in Android camera to give some effect to the Android camera. So please anyone tell me how to do it?
| ||||
|
feedback
|
|
you need to implement the
to read the frames received from the camera callback. I suggest you to have a look into the andar source http://code.google.com/p/andar/. Especially the class CameraPreviewHandler.java. I hope this answers your question. | |||||||||
feedback
|