android Programming Glossary: surfaceviews
Android draw on camera preview http://stackoverflow.com/questions/12252530/android-draw-on-camera-preview trying to draw its preview on the same SurfaceView the face detection callback How can I do this without layering SurfaceViews android android camera glsurfaceview share improve this question You can't locK and draw on a SurfaceView which has..
Understanding Canvas and Surface concepts http://stackoverflow.com/questions/4576909/understanding-canvas-and-surface-concepts Also please keep in mind that as this implies a SurfaceView is a pretty heavy weight object. If you have multiple SurfaceViews in a particular UI stop and think about whether this is really needed. If you have more than two you almost certainly have..
Fighting with SurfaceView, Camera and OpenGL http://stackoverflow.com/questions/5648221/fighting-with-surfaceview-camera-and-opengl with SurfaceView Camera and OpenGL We've been fighting with some problems relating to SurfaceViews for more than a week and find no proper solution to them. We read the other questions in the forum regarding to similar.. camera. another View which shows some information about what we can see on the screen. This one goes on top of both SurfaceViews. Problem No matter how hard we try both SurfaceViews apparently don't get on well with each other. If we try to setContentView.. about what we can see on the screen. This one goes on top of both SurfaceViews. Problem No matter how hard we try both SurfaceViews apparently don't get on well with each other. If we try to setContentView mCameraPreview addContentView mGLSurfaceView new..
|