SurfaceView is a widget on the Android platform which provides a dedicated drawing surface.
I am trying to open the camera hardware on a SurfaceView. In the layout, I created a SurfaceView and I …
android camera android-camera surfaceview surfaceholderI have simple layout <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/…
android surfaceviewI'm having trouble figuring out when surfaceDestroyed() occurs. I am trying to make my threads stop running in the surfaceDestroyed() …
android surfaceviewi need to capture image from required portion of the screen. capture image from camera. at that time other screen …
android android-camera surfaceview image-capture camera-viewI'm afraid to already have the unfortunate answer to this question but just in case... I'm using a SurfaceView to …
android image-processing bitmap save surfaceviewI am trying to make an App in which I need to use camera live feed as a background. (I …
android background camera surfaceview live-wallpaperI've seen similar problems to the one I'm having, but I still can't find a solution. I'm very new to …
android camera surfaceview previewWith the MediaProjection APIs available in Android L it's possible to capture the contents of the main screen (the default …
android bitmap surfaceviewI'm creating a camera app that implements it's own camera preview for taking pictures. The app is currently forced into …
android android-camera surfaceviewAm developing a simple camera app. I have code that takes screenshot of the whole activity and writes it to …
android camera screenshot surfaceview