GlCameraTexture

open class GlCameraTexture

Constructors

GlCameraTexture
Link copied to clipboard
open fun GlCameraTexture()

Types

OnFrameAvailableListener
Link copied to clipboard
interface OnFrameAvailableListener

Functions

bindCamera
Link copied to clipboard
open fun bindCamera(camera: Camera, l: GlCameraTexture.OnFrameAvailableListener)
getTransformMatrix
Link copied to clipboard
open fun getTransformMatrix(mtx: Array<Float>)
isExternalTexture
Link copied to clipboard
open fun isExternalTexture(): Boolean
onAttach
Link copied to clipboard
open fun onAttach(textureHandle: Int)
onFrameAvailable
Link copied to clipboard
open fun onFrameAvailable(surfaceTexture: SurfaceTexture)
updateTexture
Link copied to clipboard
open fun updateTexture()

Properties

textureHeight
Link copied to clipboard
private open val textureHeight: Int
textureWidth
Link copied to clipboard
private open val textureWidth: Int