Package com.otaliastudios.cameraview.preview
See: Description
-
Interface Summary Interface Description FilterCameraPreview A preview that support GL filters defined through the Filter interface. RendererFrameCallback Callback for renderer frames. SurfaceCallback This is used to notify CameraEngine to recompute its camera Preview size.After that, CameraView will need a new layout pass to adapt to the Preview size. RendererCameraPreview Base interface for previews that support renderer frame callbacks, see RendererFrameCallback. -
Class Summary Class Description CameraPreview A CameraPreview takes in input stream from the CameraEngine, and streams it into an output surface that belongs to the view hierarchy. SurfaceCameraPreview This is the fallback preview when hardware acceleration is off, and is the last resort. TextureCameraPreview A preview implementation based on TextureView. Renderer The core renderer that performs the actual drawing operations. GlCameraPreview - The android camera will stream image to the given SurfaceTexture. -
Annotation Summary Annotation Description RendererThread Indicates that some action is being executed on the renderer thread.