Abstract interface to someone holding a display surface.
I'm getting these errors from LogCat: 10-30 00:31:51.494: D/CameraHal(1205): CameraHal setOverlay/1/00000000/00000000 10-30 00:31:51.494: E/CameraHal(1205): Trying to set overlay, but overlay …
java android surfaceview android-camera surfaceholderI'm building video player with android media player object. i'm able to hear the audio but the video does not …
android media-player surfaceview surfaceholderI am trying to open the camera hardware on a SurfaceView. In the layout, I created a SurfaceView and I …
android camera android-camera surfaceview surfaceholdervoid android.view.SurfaceHolder.setType(int type) public abstract void setType (int type) Since: API Level 1 This method is deprecated. …
android surfaceholderI am trying to play url using media player in activity using: mediaPlayer = MediaPlayer.create(getApplicationContext(), Uri.parse("http://www.…
android media-player live-wallpaper surfaceholderI'm making a game, and since I'm new to Android, I based the design off of the example LunarLander code. …
android surfaceholderI am displaying a live camera in SurfaceView using camera.startPreview();. Any idea on how I can get live RGB …
android colors camera rgb surfaceholderWhenever I run the cam_thread I get the error "app passed NULL surface". This code supposedly works on the …
android camera surfaceview robot surfaceholderSo I've spent about two days trying to get a working SurfaceView. Tutorials I am following online aren't working even …
java android canvas surfaceview surfaceholderI know this is a common question, however this stack trace shows something else is wrong. You can see that …
android android-mediaplayer surfaceholder