Skip to content Skip to sidebar Skip to footer
Showing posts with the label Textureview

Record Frames Displayed On Textureview To Mp4

I managed to write a demo displaying a 3D model on TextureView and the model can move according to … Read more Record Frames Displayed On Textureview To Mp4

Semi-transparent Textureviews Not Working

I cannot change the transparency of a TextureView by setAlpha method to maske it semi-transparent a… Read more Semi-transparent Textureviews Not Working

Android Thread Controlling Multiple Texture Views Causes Strange Flickering

I am trying to use a single thread to render three separate TextureView's off the UI thread usi… Read more Android Thread Controlling Multiple Texture Views Causes Strange Flickering

How To Reduce Latency In Mediacodec Video/avc Decoding

I performed some simple timing of MoviePlayer.java in the Grafika MediaCodec sample code running on… Read more How To Reduce Latency In Mediacodec Video/avc Decoding

How To Draw A Rectangle On The Screen Using Coordinates With Texture View?

I am previewing camera feed to texture view using cameraX. How to draw a rectangle on the screen us… Read more How To Draw A Rectangle On The Screen Using Coordinates With Texture View?

Android Multiple Camera Preview

Is it possible to broadcast the android camera preview into 2 different SurfaceView controls at the… Read more Android Multiple Camera Preview